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"