home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / tony3 / tony3.bat < prev    next >
DOS Batch File  |  1995-02-23  |  477b  |  36 lines

  1. echo off
  2. if exist *.swp del *.swp 
  3. if exist tlrb3.cfg goto frontend
  4. setup
  5.  
  6. :frontend
  7. call checkcd.bat
  8. checkmem
  9. if errorlevel 1 goto end2
  10.  
  11. :main
  12. main
  13. if errorlevel 8 goto end
  14. if errorlevel 6 goto draft
  15. if errorlevel 3 goto bb
  16. goto end
  17.  
  18. :draft
  19. draft
  20. if errorlevel 8 goto end
  21. if errorlevel 1 goto main
  22. goto end
  23.  
  24. :bb
  25. set DOS4GVM=VIRTUALSIZE#32768
  26. bb
  27. if errorlevel 8 goto end
  28. if errorlevel 1 goto main
  29. goto end
  30.  
  31. :end
  32. set DOS4GVM=
  33. mode co80
  34.  
  35. :end2
  36.