home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU Q
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Read 1.1 2 - Hill Walkers Guide
- echo 3 - Bowl 101o 4 - Organize Your Hobbies
- echo 5 - Organize your collection 6 - Cumberland Family Tree
- echo 7 - Hunt 8 - Fish Expert System
- echo 9 - Family Scrapbook a - Musical Instrument Tuner
- echo b - Family Tree Journal c - Family Tree Utils
- echo d - $mart Gambler e - Geomancy
- echo f - Organize Your Guns g - Organize Your Rifles
- echo h - Ham Radio Logging Contest i - I Ching
- echo j - Kith & Kin k - Log EQF
- echo l - Badge Tracker m - Organize Your Trains
- echo n - Ship Tracker o - Personal Tarot
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abcdefghijklmno /n Choose option:
- if errorlevel 24 pkunzip o.zip c:\warez\Tarot -d
- if errorlevel 23 pkunzip n.zip c:\warez\shiptra -d
- if errorlevel 22 pkunzip m.zip c:\warez\orgtrai -d
- if errorlevel 21 pkunzip l.zip c:\warez\badgetr -d
- if errorlevel 20 pkunzip k.zip c:\warez\logeqf -d
- if errorlevel 19 pkunzip j.zip c:\warez\kithkin -d
- if errorlevel 18 pkunzip i.zip c:\warez\iching -d
- if errorlevel 17 pkunzip h.zip c:\warez\hamrad -d
- if errorlevel 16 pkunzip g.zip c:\warez\orgrifl -d
- if errorlevel 15 pkunzip f.zip c:\warez\orggun -d
- if errorlevel 14 pkunzip e.zip c:\warez\geoman -d
- if errorlevel 13 pkunzip d.zip c:\warez\$mart -d
- if errorlevel 12 pkunzip c.zip c:\warez\treeut -d
- if errorlevel 11 pkunzip b.zip c:\warez\treejo -d
- if errorlevel 10 pkunzip a.zip c:\warez\muntun -d
- if errorlevel 9 pkunzip 9.zip c:\warez\scrap -d
- if errorlevel 8 pkunzip 8.zip c:\warez\fishex -d
- if errorlevel 7 pkunzip 7.zip c:\warez\hunt -d
- if errorlevel 6 pkunzip 6.zip c:\warez\cumber -d
- if errorlevel 5 pkunzip 5.zip c:\warez\orgcol -d
- if errorlevel 4 pkunzip 4.zip c:\warez\orghob -d
- if errorlevel 3 pkunzip 3.zip c:\warez\bowl -d
- if errorlevel 2 pkunzip 2.zip c:\warez\hill -d
- if errorlevel 1 pkunzip 1.zip c:\warez\read -d
- pause
- cd\
- cd menus
- main
-
-