home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 9
/
1995-08_Disc_9.iso
/
playnet
/
heretic.exe
/
arj
/
APCIHTIC.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-31
|
478b
|
18 lines
@echo off
rem *************************************
rem *** TRYING TO BECOME A CHICKEN, EH? ***
rem *************************************
if exist apcimenu.exe goto nextpart
echo.
echo You must run APCIHTIC.BAT from the APCiHERETIC directory.
echo.
goto bottom
:nextpart
echo 20x983L > 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