home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1998 January / PowerPlay0198.iso / LORDSCD.BAT < prev    next >
DOS Batch File  |  1994-10-06  |  318b  |  26 lines

  1. @echo off
  2. choice.exe
  3. if errorlevel 2 goto lords_ddr
  4. if errorlevel 1 goto lords_uk
  5. goto end
  6. :lords_uk
  7. lords
  8. GOTO loop
  9. :lords_ddr
  10. lordsddr
  11.  
  12. :loop
  13. choice.exe
  14. if errorlevel 2 goto lord2_ddr
  15. if errorlevel 1 goto lord2_uk
  16. goto end
  17. :lord2_uk
  18. lords x
  19. GOTO loop
  20. :lord2_ddr
  21. lordsddr x
  22. GOTO loop
  23. :end
  24.  
  25.  
  26.