Automatically running a programme from cmd on startup?

Soldato
Joined
1 Dec 2004
Posts
23,075
Location
S.Wales
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?
 
Sorry to state the obvious but you want a short cut to a program in start up?
Why not, erm, create a short cut to it in start up? :P

Wont work, its not an installed application like you can access from the start menu, its an executable file which needs to be run through command prompt, if you try to double click on the exe file it will just open for a second then close again.
 
Back
Top Bottom