home *** CD-ROM | disk | FTP | other *** search
/ Collection Encyclopedia of Computer Games / GAME_ENCYCLOPAEDIA_VOLUME_1.iso / krusty / krusty.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-10  |  849 b   |  28 lines

  1. echo off
  2. cls
  3. echo                    ------Krusty's Super Funhouse-------
  4. echo                    ----                            ----
  5. echo                    ---- Sound card selection menu  ----
  6. echo                    ----                            ----
  7. echo                    ---- 1) no sound card           ----
  8. echo                    ----                            ----
  9. echo                    ---- 2) Roland                  ----
  10. echo                    ----                            ----
  11. echo                    ---- 3) Soundblaster/Pro/Adlib  ----
  12. echo                    ----                            ----
  13. echo                    ------------------------------------
  14. options
  15. if errorlevel 3 goto 3
  16. if errorlevel 2 goto 2
  17. if errorlevel 1 goto 1
  18. goto 4
  19. :1
  20. execs\td
  21. goto 4
  22. :2
  23. execs\tr
  24. goto 4
  25. :3
  26. execs\ts
  27. :4
  28.