home *** CD-ROM | disk | FTP | other *** search
- @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 70x983L > apciflag.dat
- echo 0x2342L >> apciflag.dat
- echo 450x56L >> apciflag.dat
- apcilook.exe
- apcimenu.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
- if exist apcidrun.bat call apcidrun.bat
- :bottom
-