home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / brosound.zip / GO.BAT < prev    next >
DOS Batch File  |  1991-12-28  |  2KB  |  116 lines

  1. echo off
  2. cls
  3. type sndmgt.txt
  4. pause
  5. :RESTART
  6. CLS
  7. type menu.dat
  8. rem               1    1    2
  9. rem          5    0    5    0
  10. keypress abcdefghijklmnopqrstuvwxyz
  11. if errorlevel 26 goto z
  12. if errorlevel 25 goto y
  13. if errorlevel 24 goto x
  14. if errorlevel 23 goto w
  15. if errorlevel 22 goto v
  16. if errorlevel 21 goto u
  17. if errorlevel 20 goto t
  18. if errorlevel 19 goto s
  19. if errorlevel 18 goto r
  20. if errorlevel 17 goto q
  21. if errorlevel 16 goto p
  22. if errorlevel 15 goto o
  23. if errorlevel 14 goto n
  24. if errorlevel 13 goto m
  25. if errorlevel 12 goto l
  26. if errorlevel 11 goto k
  27. if errorlevel 10 goto j
  28. if errorlevel 9  goto i
  29. if errorlevel 8  goto h
  30. if errorlevel 7  goto g
  31. if errorlevel 6  goto f
  32. if errorlevel 5  goto e
  33. if errorlevel 4  goto d
  34. if errorlevel 3  goto c
  35. if errorlevel 2  goto b
  36. if errorlevel 1  goto a
  37. GOTO END
  38. :a
  39.   LIST dir1
  40.   GOTO RESTART
  41. :b
  42.   List dir2
  43.   GOTO RESTART
  44. :c
  45.   LIST dir3
  46.   GOTO RESTART
  47. :d
  48.   LIST dir4
  49.   GOTO RESTART
  50. :e
  51.   LIST dir5
  52.   GOTO RESTART
  53. :f
  54.   LIST dir6
  55.   GOTO RESTART
  56. :g
  57.   LIST dir7
  58.   GOTO RESTART
  59. :h
  60.   LIST dir8
  61.   GOTO RESTART
  62. :i
  63.   LIST dir9
  64.   GOTO RESTART
  65. :j
  66.   LIST dir20
  67.   GOTO RESTART
  68. :k
  69.   LIST SM.TXT
  70.   GOTO RESTART
  71. :l
  72.   LIST dir12
  73.   GOTO RESTART
  74. :m
  75.   LIST dir14
  76.   GOTO RESTART
  77. :n
  78.   LIST DIR11
  79.   GOTO RESTART
  80. :o
  81.   LIST dir12
  82.   GOTO RESTART
  83. :p
  84.   LIST dir15
  85.   GOTO RESTART
  86. :q
  87.   LIST DIR19
  88.   GOTO RESTART
  89. :r
  90.   LIST DIR110
  91.   GOTO RESTART
  92. :s
  93.   LIST EPS.TXT
  94.   GOTO RESTART
  95. :t
  96.   LIST EPSPRICE.TXT
  97.   GOTO RESTART
  98. :u
  99.   COPY EPSPRICE.TXT PRN
  100.   GOTO RESTART
  101. :v
  102.   LIST INFODISK.TXT
  103.   GOTO RESTART
  104. :w
  105.   COPY DISKPL.TXT PRN
  106.   GOTO RESTART
  107. :y
  108.   LIST SUBFORM.TXT
  109.   GOTO RESTART
  110. :z
  111.   COPY SUBFORM.TXT PRN
  112.   GOTO RESTART
  113. :end
  114. cls
  115. type sm.txt
  116.