home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU L
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Turbo Flow 2 - FlowDraw
- echo 3 - Flow Lib 4 - Charts Unlimited
- echo 5 - Chartist 6 - Super Flow
- 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\suflow -d
- if errorlevel 5 pkunzip 5.zip c:\warez\chartis -d
- if errorlevel 4 pkunzip 4.zip c:\warez\chunl -d
- if errorlevel 3 pkunzip 3.zip c:\warez\flolib -d
- if errorlevel 2 pkunzip 2.zip c:\warez\flodra -d
- if errorlevel 1 pkunzip 1.zip c:\warez\turbflo -d
- pause
- cd\
- cd menus
- main
-
-