home *** CD-ROM | disk | FTP | other *** search
/ VrE Online 1 / vre-online-1.zip / GAME.BAT < prev    next >
DOS Batch File  |  1994-04-30  |  318b  |  32 lines

  1. @echo off
  2.  
  3. show-vre game.vre random fast
  4. KEY 1234ME
  5. if errorlevel 6 goto z
  6. If Errorlevel 5 goto M
  7. if errorlevel 4 goto 04
  8. If Errorlevel 3 goto 03 
  9. If errorlevel 2 goto 02
  10. If Errorlevel 1 goto 01
  11.  
  12.  
  13. :04
  14. gm_d.bat
  15.  
  16. :03
  17. GM_C.BAT
  18.  
  19. :02
  20. GM_B.BAT
  21.  
  22. :01
  23. GM_A.BAT
  24.  
  25. :m
  26. menu.bat
  27.  
  28. :z
  29. textmode
  30. exit
  31. cls
  32.