home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 151.img / WTSNYC.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1990-04-10  |  325b  |  29 lines

  1. @echo off
  2. echo off
  3. cls
  4. info
  5. pause > nul
  6. cls
  7. wtsask.exe
  8.  
  9. if errorlevel 3 goto CGA
  10. if errorlevel 2 goto TANDY
  11. if errorlevel 1 goto EGA
  12. goto END
  13.  
  14. :CGA
  15. cga.exe
  16. goto END
  17.  
  18. :EGA
  19. ega.exe
  20. goto END
  21.  
  22. :TANDY
  23. tandy.exe
  24. goto END
  25.  
  26. :END
  27. cls
  28. echo Thank you for choosing NYC as the cracking group of your choice...
  29.