Saved Bookmarks
| 1. |
Solve : Simple Batch File Help.? |
|
Answer» I want to load one program and have it wait for a confirmation to load the next program. i know absolutely nothing about dos at all I want to load one program and have it wait for a confirmation to load the next program. i know absolutely nothing about dos at all Did you mean you want the batch file to start pbsetup.exe and get the user to do some stuff and exit from that program (close it down) and then, and only then, start up iw3mp.exe? If so you want to something like this start /wait "" "C:\pbsetup.exe" REM This line and the next 4 lines are optional echo Finished PBSETUP echo Ready to start IW3MP echo Press a key when you are ready PAUSE>nul start /wait "" "E:\COD4\iw3mp.exe" echo All finished that kinda WORKED. its runs the first exe. then when it tries to run the second exe, my game errors out when i try and launch it. is there a possibility that a SHORTCUT can be launched instead of the iw3mp.exe ?try it and find out.......i dont know anything about dos.... Quote from: zviper on March 07, 2008, 11:17:44 AM i dont know anything about dos.... WELL, it's up to you to change that. I'm asking for some help to make a simple batch file, the least you could do is point me to the right infoYou got the right info. A little suggestion: lose the attitude. If the batch file is that "simple", how come you haven't written it yourself already? |
|