Jacob Greenleaf
April 6th 04, 11:09 PM
How can you make it so that when you launch a program from a .BAT that you
dont have to wait for the program to close to launch another program from
the same .BAT file.
Example bat file:
@echo off
cd \
cd Documents and Settings\************\Desktop\Diablo II
Diablo II.exe
cd ..
cd D2mapper
D2maphack.exe
cd..
Echo Thanks for using Aazn's D2Loader.
echo Press any key to exit
pause
exit
How can I make it so that it launches ALL the programs at once?
[Aazn]
dont have to wait for the program to close to launch another program from
the same .BAT file.
Example bat file:
@echo off
cd \
cd Documents and Settings\************\Desktop\Diablo II
Diablo II.exe
cd ..
cd D2mapper
D2maphack.exe
cd..
Echo Thanks for using Aazn's D2Loader.
echo Press any key to exit
pause
exit
How can I make it so that it launches ALL the programs at once?
[Aazn]