Code
Posted: 16 Mar 2011 17:08
I have been working on a startup code, but after each program loads I have to restart the script.
Can anyone help me?
PS: I know how to use the startup folder and the startup section of "msconfig"
Code: Select all
@echo off
echo Loading...
echo Commencing Startup...
echo Launching RocketDock...
"C:\Users\Christian\Documents\programs\RocketDock\RocketDock.exe"
echo Done. Launching wamp...
"C:\wamp\wampmanager.exe"
echo Done. Launching Dropbox...
"C:\Users\Christian\AppData\Roaming\Dropbox\bin\Dropbox.exe"
echo Done. Launching eprint...
"C:\Users\Christian\Documents\programs\Dropbox\eprint.vbs"
echo Done.
echo Startup Complete.
pause
exit
Can anyone help me?
PS: I know how to use the startup folder and the startup section of "msconfig"