home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo UTILS 2
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Diff v1.10 2 - Disk Copy
- echo 3 - Disk Index 4 - Disk List
- echo 5 - Disk Man 6 - Diskette Protector
- echo 7 - Driv_man 8 - DO
- echo 9 - File Manager a - Disk Spool II
- echo b - Desk + Plus c - Farba Utilities
- echo d - Easy Backup e - Eddy v7g
- echo f - Easy Install g - Elftree
- echo h - Easy Menu i - Enter - Ease
- echo j - Editrand k - Extra CT
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abcdefghijk /n Choose option:
- if errorlevel 20 pkunzip k.zip c:\warez\extct -d
- if errorlevel 19 pkunzip j.zip c:\warez\editran -d
- if errorlevel 18 pkunzip i.zip c:\warez\enteas -d
- if errorlevel 17 pkunzip h.zip c:\warez\easymen -d
- if errorlevel 16 pkunzip g.zip c:\warez\elftre -d
- if errorlevel 15 pkunzip f.zip c:\warez\easins -d
- if errorlevel 14 pkunzip e.zip c:\warez\eddy7 -d
- if errorlevel 13 pkunzip d.zip c:\warez\easback -d
- if errorlevel 12 pkunzip c.zip c:\warez\farba -d
- if errorlevel 11 pkunzip b.zip c:\warez\deskpl -d
- if errorlevel 10 pkunzip a.zip c:\warez\disksp2 -d
- if errorlevel 9 pkunzip 9.zip c:\warez\fileman -d
- if errorlevel 8 pkunzip 8.zip c:\warez\do -d
- if errorlevel 7 pkunzip 7.zip c:\warez\drivman -d
- if errorlevel 6 pkunzip 6.zip c:\warez\diskprote -d
- if errorlevel 5 pkunzip 5.zip c:\warez\diskman -d
- if errorlevel 4 pkunzip 4.zip c:\warez\disklis -d
- if errorlevel 3 pkunzip 3.zip c:\warez\diskind -d
- if errorlevel 2 pkunzip 2.zip c:\warez\diskco -d
- if errorlevel 1 pkunzip 1.zip c:\warez\diff1 -d
- pause
- cd\
- cd menus
- main
-
-