home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- :PLAYER
- CLS
- BEN T P02.MNU
- IF ERRORLEVEL 2 GOTO PLAYER2
- IF ERRORLEVEL 1 GOTO PLAYER1
- GOTO END
-
- :PLAYER1
- CD\UI
- CLS
- BEN T P1.MNU
- IF ERRORLEVEL 5 GOTO GLX
- IF ERRORLEVEL 4 GOTO DMPC
- IF ERRORLEVEL 3 GOTO CP
- IF ERRORLEVEL 2 GOTO IPLAY
- GOTO PLAYER
-
- :PLAYER2
- CD\UI
- CLS
- BEN T P2.MNU
- IF ERRORLEVEL 7 GOTO JALEO
- IF ERRORLEVEL 6 GOTO CMV
- IF ERRORLEVEL 5 GOTO VBLAST
- IF ERRORLEVEL 4 GOTO MM
- IF ERRORLEVEL 3 GOTO MUSICGIF
- IF ERRORLEVEL 2 GOTO VP20
- rem IF ERRORLEVEL 2 GOTO WOWII
- GOTO PLAYER
-
- :IPLAY
- CLS
- CD\UI
- BEN T IPLAY.MNU
- IF ERRORLEVEL 8 GOTO SPEAKER
- IF ERRORLEVEL 7 GOTO GUS
- IF ERRORLEVEL 6 GOTO ADLIB
- IF ERRORLEVEL 5 GOTO PAS16
- IF ERRORLEVEL 4 GOTO SB16
- IF ERRORLEVEL 3 GOTO SBPRO
- IF ERRORLEVEL 2 GOTO SB
- GOTO PLAYER1
-
- :ZIPVIEW
- CLS
- CD\ZIP
- CALL \UI\CVIEW
- GOTO MAIN
-
- :README
- CLS
- README
- GOTO MAIN
-
- :CP
- cd\music
- \player\cp\cp
- goto player1
-
- :DMPC
- cd\music
- \player\dmpc\dmpc
- goto player1
-
- :GLX
- cd\music
- \player\glx\glx
- goto player1
-
- :WOWII
- rem cd\music\mod
- rem md c:\wowii.$$$
- rem copy \player\wowii\*.* c:\wowii.$$$\. >nul
- rem call c:\wowii.$$$\menu
- rem del c:\wowii.$$$\. < \ui\yes >nul
- rem rd c:\wowii.$$$
- goto player2
-
- :VP20
- cd\music\mod
- \player\vp20\vp
- goto player2
-
- :MM
- cd\music
- call \player\mm\go.bat
- goto player2
-
- :MUSICGIF
- cd\music\rol
- call \player\musicgif\go.bat
- goto player2
-
- :VBLAST
- cd\music\voc
- \player\vblast\vblaster
- goto player2
-
- :CMV
- cd\music\mdi
- \player\cmv\cmv
- goto player2
-
- :JALEO
- set PATDIR=\PLAYER\JALEO
- cd\music\mid
- \player\jaleo\jaleo
- goto player2
-
- :SPEAKER
- cd\music
- \player\iplay\speaker\iplay
- goto iplay
-
- :GUS
- cd\music
- \player\iplay\gus\iplay
- goto iplay
-
- :ADLIB
- cd\music
- \player\iplay\adlib\iplay
- goto iplay
-
- :PAS16
- cd\music
- \player\iplay\pas16\iplay
- goto iplay
-
- :SB16
- cd\music
- \player\iplay\sb16\iplay
- goto iplay
-
- :SBPRO
- cd\music
- \player\iplay\sbpro\iplay
- goto iplay
-
- :SB
- cd\music
- \player\iplay\sb\iplay
- goto iplay
-
- :END
-