PDA

View Full Version : batch file help



Chuck Wintle
07-08-2011, 9:00 AM
i need a batch file to open a program and then set this program to a certain configuration. how would i do this?

Robert LaPlaca
07-08-2011, 10:54 AM
i need a batch file to open a program and then set this program to a certain configuration. how would i do this?

Hate to sound like a 'typical IT geek', but it kind of depends on the program you are attempting to launch.. Easiest way to answer the question is can you run the program using either the windows run or a command session and get the desired results? if so this is what you would code in the batch file..

For instance, if the name of the program in question was programa and the proper startup parameters were in the file startup.ini;

programa startup.ini