home *** CD-ROM | disk | FTP | other *** search
/ DOOM 2 Scenari / DOOM_II_CD.iso / utility / apcidoom / apcidoom.bat < prev    next >
Encoding:
DOS Batch File  |  1994-12-31  |  435 b   |  16 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 0x2342L > apciflag.dat
  12. apcilook.exe
  13. apcimenu.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  14. if exist apcidrun.bat call apcidrun.bat
  15. :bottom
  16.