home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 8
/
1995-07_Disc_8.iso
/
playnet
/
apcidm54.exe
/
arj
/
APCIDOOM.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-01-26
|
496b
|
18 lines
@echo off
rem ********************************************
rem *** GET OUT OF THIS FILE BEFORE I FRAG YA! ***
rem ********************************************
if exist apcimenu.exe goto nextpart
echo.
echo You must run APCIDOOM.BAT from the APCiDOOM directory.
echo.
goto bottom
:nextpart
echo 842x83L > apciflag.dat
echo 0x4223L >> apciflag.dat
echo 498x34L >> apciflag.dat
apcilook.exe
apcimenu.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
if exist apcidrun.bat call apcidrun.bat
:bottom