home *** CD-ROM | disk | FTP | other *** search
/ Retribution / Retribution.iso / ret.bat < prev    next >
DOS Batch File  |  1994-11-14  |  306b  |  19 lines

  1. @echo off
  2. memcheck
  3. if errorlevel 51 goto goret8
  4. if errorlevel 30 goto goret4
  5. goto nogo
  6. :goret4
  7. echo -running RET4
  8. RET4
  9. goto end
  10. :goret8
  11. echo -running RET8
  12. RET8
  13. goto end
  14. :nogo
  15. echo There is not enough extended (XMS) memory to run Retribution.
  16. echo Consult the trouble shooter guide.
  17. :end
  18.  
  19.