home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / network / apci / install.exe / APCIHTIC.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-03-25  |  478 b   |  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 70x983L >  apciflag.dat
  12. echo 0x2342L >> apciflag.dat
  13. echo 450x56L >> 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.