I want to automatically open a Command Window from the Startup folder in Windows XP.
right now after XP starts, I click on Start run, cmd and then when the command window is open I type in a bunch of commands to start a program and I leave the command window open as the program I am running runs in the command window.
How can I invoke the command window via a .bat file, and then run my commands automatically?
I have the second part working:
I manually open a command window and then I call my batch file that runs my program. I want to automate the first part of opening the command window via batch file from the startup folder so that whenever I login to my pc it automatically runs. The program I am running is not a service, so I can't set it up as service to start automatically.