home *** CD-ROM | disk | FTP | other *** search
/ VrE Online 1 / vre-online-1.zip / THANKS.BAT < prev    next >
DOS Batch File  |  1994-04-10  |  163b  |  19 lines

  1. @echo off 
  2. textmode
  3.  
  4. :1 
  5. textmode
  6. thanks1.com
  7. key f
  8. if errorlevel 1 goto :2
  9.  
  10. :2 
  11. textmode
  12. thanks2.com
  13. key f
  14. if errorlevel 1 goto 3
  15.  
  16. :3
  17. menu.bat
  18.  
  19.