home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU C
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Baseditor 2 - Cumulative Changes
- echo 3 - Build-A-Fish 4 - Curacao
- echo 5 - Spermatogenesis 6 - Comparative Biology
- echo 7 - Virus Text
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:1234567 /n Choose option:
- if errorlevel 7 pkunzip 7.zip c:\warez\virus -d
- if errorlevel 6 pkunzip 6.zip c:\warez\compbio -d
- if errorlevel 5 pkunzip 5.zip c:\warez\sperma -d
- if errorlevel 4 pkunzip 4.zip c:\warez\curacao -d
- if errorlevel 3 pkunzip 3.zip c:\warez\builda -d
- if errorlevel 2 pkunzip 2.zip c:\warez\cumula -d
- if errorlevel 1 pkunzip 1.zip c:\warez\based -d
- pause
- cd\
- cd menus
- main
-
-