View Single Post
Old 07-06-2006, 11:09 AM   #2 (permalink)
Anakashar
C++ Intermediate
 
Anakashar's Avatar
 
Join Date: Feb 2006
Posts: 15
Anakashar is on a distinguished road
It's been a really long while for me, too, but this is what I remember..

locate the absolute path of the two programs. If they're both command prompt-like windows, then that's perfect. For example, i'll say both of the files are in C:\Runme. Your batch file will resemble:

C:\Runme\Runfirst.exe
C:\Runme\Runlast.exe
exit

Now that above should run the programs and then immediately close the initial command prompt window, as well. If this isn't exactly what you were looking for, a little more info and I could dredge up a better solution.
Anakashar is offline   Reply With Quote