I found a way. You can define in which order programs should be started. Open Editor, write: start c:\......\program1.exe start c:\......\program2.exe save as *.bat in "Autostart" If you want a short time between the programs to open, you must write the following line between the lines above. ping -n 7 localhost --> 7 seconds