home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Music Station / MUSIC_SOUND.iso / ui / go2.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-30  |  1.9 KB  |  148 lines

  1. @ECHO OFF
  2.  
  3. :PLAYER
  4. CLS
  5. BEN T P02.MNU
  6. IF ERRORLEVEL 2 GOTO PLAYER2
  7. IF ERRORLEVEL 1 GOTO PLAYER1
  8. GOTO END
  9.  
  10. :PLAYER1
  11. CD\UI
  12. CLS
  13. BEN T P1.MNU
  14. IF ERRORLEVEL 5 GOTO GLX
  15. IF ERRORLEVEL 4 GOTO DMPC
  16. IF ERRORLEVEL 3 GOTO CP
  17. IF ERRORLEVEL 2 GOTO IPLAY
  18. GOTO PLAYER
  19.  
  20. :PLAYER2
  21. CD\UI
  22. CLS
  23. BEN T P2.MNU
  24. IF ERRORLEVEL 7 GOTO JALEO
  25. IF ERRORLEVEL 6 GOTO CMV
  26. IF ERRORLEVEL 5 GOTO VBLAST
  27. IF ERRORLEVEL 4 GOTO MM
  28. IF ERRORLEVEL 3 GOTO MUSICGIF
  29. IF ERRORLEVEL 2 GOTO VP20
  30. rem IF ERRORLEVEL 2 GOTO WOWII
  31. GOTO PLAYER
  32.  
  33. :IPLAY
  34. CLS
  35. CD\UI
  36. BEN T IPLAY.MNU
  37. IF ERRORLEVEL 8 GOTO SPEAKER
  38. IF ERRORLEVEL 7 GOTO GUS
  39. IF ERRORLEVEL 6 GOTO ADLIB
  40. IF ERRORLEVEL 5 GOTO PAS16
  41. IF ERRORLEVEL 4 GOTO SB16
  42. IF ERRORLEVEL 3 GOTO SBPRO
  43. IF ERRORLEVEL 2 GOTO SB
  44. GOTO PLAYER1
  45.  
  46. :ZIPVIEW
  47. CLS
  48. CD\ZIP
  49. CALL \UI\CVIEW
  50. GOTO MAIN
  51.  
  52. :README
  53. CLS
  54. README
  55. GOTO MAIN
  56.  
  57. :CP
  58. cd\music
  59. \player\cp\cp
  60. goto player1
  61.  
  62. :DMPC
  63. cd\music
  64. \player\dmpc\dmpc
  65. goto player1
  66.  
  67. :GLX
  68. cd\music
  69. \player\glx\glx
  70. goto player1
  71.  
  72. :WOWII
  73. rem cd\music\mod
  74. rem md c:\wowii.$$$
  75. rem copy \player\wowii\*.* c:\wowii.$$$\. >nul
  76. rem call c:\wowii.$$$\menu
  77. rem del c:\wowii.$$$\. < \ui\yes >nul
  78. rem rd c:\wowii.$$$
  79. goto player2
  80.  
  81. :VP20
  82. cd\music\mod
  83. \player\vp20\vp
  84. goto player2
  85.  
  86. :MM
  87. cd\music
  88. call \player\mm\go.bat
  89. goto player2
  90.  
  91. :MUSICGIF
  92. cd\music\rol
  93. call \player\musicgif\go.bat
  94. goto player2
  95.  
  96. :VBLAST
  97. cd\music\voc
  98. \player\vblast\vblaster
  99. goto player2
  100.  
  101. :CMV
  102. cd\music\mdi
  103. \player\cmv\cmv
  104. goto player2
  105.  
  106. :JALEO
  107. set PATDIR=\PLAYER\JALEO
  108. cd\music\mid
  109. \player\jaleo\jaleo
  110. goto player2
  111.  
  112. :SPEAKER
  113. cd\music
  114. \player\iplay\speaker\iplay
  115. goto iplay
  116.  
  117. :GUS
  118. cd\music
  119. \player\iplay\gus\iplay
  120. goto iplay
  121.  
  122. :ADLIB
  123. cd\music
  124. \player\iplay\adlib\iplay
  125. goto iplay
  126.  
  127. :PAS16
  128. cd\music
  129. \player\iplay\pas16\iplay
  130. goto iplay
  131.  
  132. :SB16
  133. cd\music
  134. \player\iplay\sb16\iplay
  135. goto iplay
  136.  
  137. :SBPRO
  138. cd\music
  139. \player\iplay\sbpro\iplay
  140. goto iplay
  141.  
  142. :SB
  143. cd\music
  144. \player\iplay\sb\iplay
  145. goto iplay
  146.  
  147. :END
  148.