home *** CD-ROM | disk | FTP | other *** search
/ Doom Magazine 2 / Doom_magazine_02.bin / utils / heep / heep.bat < prev    next >
DOS Batch File  |  1995-05-12  |  714b  |  22 lines

  1. @echo off
  2. echo In CONFIG.SYS you need: HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
  3. echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
  4. echo --- Use UNIVBE if your video comes up as not supported ---
  5. echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
  6.  
  7. rem -----If you are reading this to find a HEEP.INI, look no further.
  8. rem      There is NO .INI file any longer. Just type HEEP and follow the
  9. rem      onscreen instructions!
  10.  
  11. rem -----This batch file is required to build nodes and test levels (registered)
  12.  
  13. HEEP32 %1 %2 %3 %4 %5 %6 %7 %8 %9
  14. :checklevel
  15. if NOT errorlevel 100 goto exit
  16. call HEEPPLAY.BAT
  17. @echo off
  18. HEEP32
  19. goto checklevel
  20. :exit
  21. echo.
  22.