home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
4-Ever Doomed
/
4-everdoomedcypresssoftware1994.iso
/
utils
/
d1_d2
/
apcidoom
/
apcidoom.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-30
|
487b
|
17 lines
@echo off
rem ********************************************
rem *** GET OUT OF THIS FILE BEFORE I FRAG YA! ***
rem *** If you change it, you're screwed!! ***
rem ********************************************
if exist apcimenu.exe goto nextpart
echo.
echo You must run APCIDOOM.BAT from the APCiDOOM directory.
echo.
goto bottom
:nextpart
echo 0x2342L > apciflag.dat
apcilook.exe
apcimenu.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
if exist apcidrun.bat call apcidrun.bat
:bottom