home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOOM Heaven 2
/
DoomHeaven2ForDoom2.iso
/
bonus
/
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