home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo UTILS 1
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - 4Edit 2 - 4Files
- echo 3 - 4Zip 4 - Printdoc
- echo 5 - BCM 6 - Duplicate File Locator
- echo 7 - Big Sort 8 - Duplicate File Manager
- echo 9 - CM Filer a - CM Disk
- echo b - CMENU/32 d - Colordos
- echo e - Comeback f - Convdw
- echo g - Crush h - Convert RFT
- echo i - Damenu j - Double Directory
- echo k - Des Editor l - Directory Freedom
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abcdefghijkl /n Choose option:
- if errorlevel 21 pkunzip l.zip c:\warez\dirfreed -d
- if errorlevel 20 pkunzip k.zip c:\warez\desedit -d
- if errorlevel 19 pkunzip j.zip c:\warez\dubldir -d
- if errorlevel 18 pkunzip i.zip c:\warez\damenu -d
- if errorlevel 17 pkunzip h.zip c:\warez\convrft -d
- if errorlevel 16 pkunzip g.zip c:\warez\crush -d
- if errorlevel 15 pkunzip f.zip c:\warez\convdw -d
- if errorlevel 14 pkunzip e.zip c:\warez\comeback -d
- if errorlevel 13 pkunzip d.zip c:\warez\colordo -d
- if errorlevel 12 pkunzip c.zip c:\warez\cmflopp -d
- if errorlevel 11 pkunzip b.zip c:\warez\cmenu -d
- if errorlevel 10 pkunzip a.zip c:\warez\cmdisk -d
- if errorlevel 9 pkunzip 9.zip c:\warez\cmfiler -d
- if errorlevel 8 pkunzip 8.zip c:\warez\dupfima -d
- if errorlevel 7 pkunzip 7.zip c:\warez\bigsor -d
- if errorlevel 6 pkunzip 6.zip c:\warez\dupfilo -d
- if errorlevel 5 pkunzip 5.zip c:\warez\bcmi -d
- if errorlevel 4 pkunzip 4.zip c:\warez\printdo -d
- if errorlevel 3 pkunzip 3.zip c:\warez\4zip -d
- if errorlevel 2 pkunzip 2.zip c:\warez\4files -d
- if errorlevel 1 pkunzip 1.zip c:\warez\4edit -d
- pause
- cd\
- cd menus
- main
-
-