home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games Encyclopedia
/
gamesencyclopedia1995.iso
/
sports
/
4dbox
/
4dbega.bat
next >
Wrap
DOS Batch File
|
1991-07-22
|
162b
|
12 lines
@echo off
:again
if exist 4dbega.exe goto runit
@echo on
@echo "Please insert Disk 2."
@echo off
pause
goto again
:runit
4dbega.exe %1 %2 %3
@echo on