home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / teranova / instdata / realtn.bat < prev    next >
DOS Batch File  |  1996-02-23  |  613b  |  20 lines

  1. @echo off
  2. rem if you want to disable memory checking, run tn +nomemcheck
  3. info %1 %2 %3 %4
  4. if errorlevel 3 goto not_enough_mem
  5. if errorlevel 2 goto low_mem
  6. goto lets_play
  7. :low_mem
  8. echo running minimal memory version of Terra Nova
  9. if exist _sndextra.bat call _sndextra
  10. call _tn +8M %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. goto go_on_home
  12. :lets_play
  13. if exist _sndextra.bat call _sndextra
  14. call _tn %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. goto go_on_home
  16. :not_enough_mem
  17. echo Sorry, you need at least 6.8Mb of memory available to play Terra Nova
  18. echo  Try freeing up some memory, or use setup to make a boot disk
  19. :go_on_home
  20.