home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU T
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Scopetrax 2 - CD Box
- echo 3 - CD Player 4 - CD Pro
- echo 5 - Fret Calculators 6 - Metrotune
- echo 7 - Digi Music Box 8 - Accu Music System
- echo 9 - Recorder a - Organize Your Music
- echo b - Music Maker c - Poco a Poco
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abc /n Choose option:
- if errorlevel 12 pkunzip c.zip c:\warez\poco -d
- if errorlevel 11 pkunzip b.zip c:\warez\musmak -d
- if errorlevel 10 pkunzip a.zip c:\warez\orgmus -d
- if errorlevel 9 pkunzip 9.zip c:\warez\recor -d
- if errorlevel 8 pkunzip 8.zip c:\warez\accu -d
- if errorlevel 7 pkunzip 7.zip c:\warez\digibo -d
- if errorlevel 6 pkunzip 6.zip c:\warez\metrot -d
- if errorlevel 5 pkunzip 5.zip c:\warez\fretca -d
- if errorlevel 4 pkunzip 4.zip c:\warez\cdpro -d
- if errorlevel 3 pkunzip 3.zip c:\warez\cdplay -d
- if errorlevel 2 pkunzip 2.zip c:\warez\cdbox -d
- if errorlevel 1 pkunzip 1.zip c:\warez\scope -d
- pause
- cd\
- cd menus
- main
-
-