Originally posted by: rh71
Follow all the links within this thread to learn to write batch files.
To close the command prompt at the end... just type EXIT as the last line inside the batch file.
Originally posted by: IamDavid
What OS? I don't think you can run batch files in XP.
Originally posted by: josphII
forgive me for being an idiot but i didnt think you could do this in a batch file. batch files run one line of code at a time, right? so if you have two lines, one for each program you want to run, the batch file would actually wait for the first program to close before launching the 2nd