home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 9 / 1995-08_Disc_9.iso / playnet / heretic.exe / arj / APCIHTIC.BAT < prev    next >
DOS Batch File  |  1995-03-31  |  478b  |  18 lines

  1. @echo off
  2. rem  *************************************
  3. rem *** TRYING TO BECOME A CHICKEN, EH? ***
  4. rem  *************************************
  5. if exist apcimenu.exe goto nextpart
  6. echo.
  7. echo You must run APCIHTIC.BAT from the APCiHERETIC directory.
  8. echo.
  9. goto bottom
  10. :nextpart
  11. echo 20x983L >  apciflag.dat
  12. echo 0x4223L >> apciflag.dat
  13. echo 498x34L >> apciflag.dat
  14. apcilook.exe
  15. apcimenu.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. if exist apcidrun.bat call apcidrun.bat
  17. :bottom
  18.