home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU J
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - D Lanet 2 - Go 32
- echo 3 - Sources 4 - Electrical Design
- echo 5 - Time Crafter 6 - Symbolic Spice
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456 /n Choose option:
- if errorlevel 6 pkunzip 6.zip c:\warez\symbol -d
- if errorlevel 5 pkunzip 5.zip c:\warez\timecr -d
- if errorlevel 4 pkunzip 4.zip c:\warez\elecd -d
- if errorlevel 3 pkunzip 3.zip c:\warez\source -d
- if errorlevel 2 pkunzip 2.zip c:\warez\go32 -d
- if errorlevel 1 pkunzip 1.zip c:\warez\dlanet -d
- pause
- cd\
- cd menus
- main
-
-