home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU D
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Fixed Asset Pro 2 - Snapshot
- echo 3 - Scheduling Employees 4 - Wonderbar
- echo 5 - Quickbasic 6 - Batch Menuing
- echo 7 - Payroll Canada 8 - PC Chart
- echo 9 - PC Deal A - Quicklink 1.1
- echo B - Envision Publisher C - EZ Business
- echo D - Parcel Shipping Program E - Survey Power
- echo F - Tax Forms G - Zipper Payroll
- echo H - Quality Management System I - Zpay3
- echo J - Zpay3 V2 K - Accounting Helper
- echo L - Active Life 2 M - Ample Notice
- echo N - APT Mailing Assistant O - Apropros 1.5
- echo.
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abcdefghijklmno
- if errorlevel 24 pkunzip 24.zip c:\warez\aprop -d
- if errorlevel 23 pkunzip 23.zip c:\warez\aptm -d
- if errorlevel 22 pkunzip 22.zip c:\warez\ample -d
- if errorlevel 21 pkunzip 21.zip c:\warez\active -d
- if errorlevel 20 pkunzip 20.zip c:\warez\accthlp -d
- if errorlevel 19 pkunzip 19.zip c:\warez\zpay32 -d
- if errorlevel 18 pkunzip 18.zip c:\warez\zpay31 -d
- if errorlevel 17 pkunzip 17.zip c:\warez\qmsys -d
- if errorlevel 16 pkunzip 16.zip c:\warez\zipper -d
- if errorlevel 15 pkunzip 15.zip c:\warez\taxfo -d
- if errorlevel 14 pkunzip 14.zip c:\warez\survey -d
- if errorlevel 13 pkunzip 13.zip c:\warez\parcel -d
- if errorlevel 12 pkunzip 12.zip c:\warez\ezbus -d
- if errorlevel 11 pkunzip 11.zip c:\warez\envpub -d
- if errorlevel 10 pkunzip 10.zip c:\warez\quikl -d
- if errorlevel 9 pkunzip 9.zip c:\warez\pcdeal -d
- if errorlevel 8 pkunzip 8.zip c:\warez\pcchart -d
- if errorlevel 7 pkunzip 7.zip c:\warez\paycan -d
- if errorlevel 6 pkunzip 6.zip c:\warez\batmenu -d
- if errorlevel 5 pkunzip 5.zip c:\warez\qbasic -d
- if errorlevel 4 pkunzip 4.zip c:\warez\wonder -d
- if errorlevel 3 pkunzip 3.zip c:\warez\schedul -d
- if errorlevel 2 pkunzip 2.zip c:\warez\snaps -d
- if errorlevel 1 pkunzip 1.zip c:\warez\fixa -d
- pause
- cd\
- cd menus
- main
-