home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU M
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - MBS 2 - Mandelbrot Magic
- echo 3 - Fractal Grafics 4 - GCP + Metaplay
- echo 5 - Recursive Realms 6 - Fractint
- 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\frtint -d
- if errorlevel 5 pkunzip 5.zip c:\warez\recurs -d
- if errorlevel 4 pkunzip 4.zip c:\warez\gcp -d
- if errorlevel 3 pkunzip 3.zip c:\warez\frgraf -d
- if errorlevel 2 pkunzip 2.zip c:\warez\mandelm -d
- if errorlevel 1 pkunzip 1.zip c:\warez\mbs -d
- pause
- cd\
- cd menus
- main
-
-