Hi there,
Just a quick explination of what I am trying to achieve, I need to create a shortcut or some sort of batch file which runs on startup (so it needs to be placed in startup folder) which runs in cmd that will open one of my server apps (nzbget) a news grabber application that runs in a command window.
At the moment, to start it, I log on to my server (Windows 2003), open up a command window and type the following
cd c:\
cd utils
cd nzbget-0.6.0
nzbget -s
which will then target and open a file in the following directory
C:\Utils\nzbget-0.6.0 and run the file nzbget.exe
Any ideas on the best way to automate this process on startup? shortcut?
Just a quick explination of what I am trying to achieve, I need to create a shortcut or some sort of batch file which runs on startup (so it needs to be placed in startup folder) which runs in cmd that will open one of my server apps (nzbget) a news grabber application that runs in a command window.
At the moment, to start it, I log on to my server (Windows 2003), open up a command window and type the following
cd c:\
cd utils
cd nzbget-0.6.0
nzbget -s
which will then target and open a file in the following directory
C:\Utils\nzbget-0.6.0 and run the file nzbget.exe
Any ideas on the best way to automate this process on startup? shortcut?