home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
101 OnLy ThE BeSt GaMeS 7
/
101onlythebestgames7techexpresssoftware1996.iso
/
arcade
/
4dboxing
/
4dbega.bat
next >
Wrap
DOS Batch File
|
1994-03-16
|
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