home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / playnet / apcidm54.exe / arj / APCIDOOM.BAT < prev    next >
DOS Batch File  |  1995-01-26  |  496b  |  18 lines

  1. @echo off
  2. rem  ********************************************
  3. rem *** GET OUT OF THIS FILE BEFORE I FRAG YA! ***
  4. rem  ********************************************
  5. if exist apcimenu.exe goto nextpart
  6. echo.
  7. echo You must run APCIDOOM.BAT from the APCiDOOM directory.
  8. echo.
  9. goto bottom
  10. :nextpart
  11. echo 842x83L >  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.