home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / tony3 / bbdemo.bat < prev    next >
DOS Batch File  |  1995-03-09  |  206b  |  20 lines

  1. echo off
  2.  
  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. :bb
  12. set DOS4GVM=VIRTUALSIZE#32768
  13. bb
  14.  
  15. :end
  16. set DOS4GVM=
  17. mode co80
  18.  
  19. :end2
  20.