home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 153.img / NETHER.ZIP / NETHER.BAT < prev    next >
DOS Batch File  |  1990-04-17  |  366b  |  38 lines

  1. echo off
  2. reader nether.nfo /s2
  3. humble!
  4.  
  5. select
  6. if errorlevel 5 goto FIVE
  7. if errorlevel 4 goto FOUR
  8. if errorlevel 3 goto THREE 
  9. if errorlevel 2 goto TWO 
  10. if errorlevel 1 goto ONE
  11.  
  12. :ONE
  13. egascrn
  14. EGA
  15. goto end
  16.  
  17. :TWO
  18. cgascrn
  19. CGA
  20. goto end
  21.  
  22. :THREE
  23. cgascrn
  24. CGA
  25. goto end
  26.  
  27. :FOUR
  28. tandyscr
  29. TANDY
  30. goto end
  31.  
  32. :FIVE
  33. tandyscr
  34. TANDY
  35. goto end
  36. :END
  37.  
  38.