|
Answer» im trying to learn how to use batch files, im trying to make ONE for work and if anyone can HELP me i would appreciate it this is what im trying to do. i need a batch file for work to run a ticketing system called maximo, lotus sametime which is our instant messenger, a notepad titled ticket template, and a MODZILLA firefox internet windowYour terminology may be a little different than mine so let's make sure we understand each other. You basically want a batch file that opens 4 different applictaions? If so you can use the start COMMAND in a batch file to do that.
Start "" "C:\path to program\myapp.exe"
Rinse and repeat! You forgot Lather Squash...
|