home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / d / dmain.bat < prev   
Encoding:
DOS Batch File  |  1996-01-23  |  2.4 KB  |  56 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU D
  5. echo -----------------------------------------------------------------------
  6. echo.
  7. echo Please choose one of the following files to decompress onto your hard
  8. echo drive:
  9. echo.
  10. echo 1 - Fixed Asset Pro                2 - Snapshot
  11. echo 3 - Scheduling Employees           4 - Wonderbar
  12. echo 5 - Quickbasic                     6 - Batch Menuing
  13. echo 7 - Payroll Canada                 8 - PC Chart
  14. echo 9 - PC Deal                        A - Quicklink 1.1
  15. echo B - Envision Publisher             C - EZ Business
  16. echo D - Parcel Shipping Program        E - Survey Power
  17. echo F - Tax Forms                      G - Zipper Payroll
  18. echo H - Quality Management System      I - Zpay3
  19. echo J - Zpay3 V2                       K - Accounting Helper
  20. echo L - Active Life 2                  M - Ample Notice
  21. echo N - APT Mailing Assistant          O - Apropros 1.5
  22. echo.
  23. echo.
  24. echo They will be placed in a directory called WAREZ, delete this to remove
  25. echo the files and utilities.
  26. echo.
  27. choice /c:123456789abcdefghijklmno 
  28. if errorlevel 24 pkunzip 24.zip c:\warez\aprop -d
  29. if errorlevel 23 pkunzip 23.zip c:\warez\aptm -d
  30. if errorlevel 22 pkunzip 22.zip c:\warez\ample -d
  31. if errorlevel 21 pkunzip 21.zip c:\warez\active -d
  32. if errorlevel 20 pkunzip 20.zip c:\warez\accthlp -d
  33. if errorlevel 19 pkunzip 19.zip c:\warez\zpay32 -d
  34. if errorlevel 18 pkunzip 18.zip c:\warez\zpay31 -d
  35. if errorlevel 17 pkunzip 17.zip c:\warez\qmsys -d
  36. if errorlevel 16 pkunzip 16.zip c:\warez\zipper -d
  37. if errorlevel 15 pkunzip 15.zip c:\warez\taxfo -d
  38. if errorlevel 14 pkunzip 14.zip c:\warez\survey -d
  39. if errorlevel 13 pkunzip 13.zip c:\warez\parcel -d
  40. if errorlevel 12 pkunzip 12.zip c:\warez\ezbus -d
  41. if errorlevel 11 pkunzip 11.zip c:\warez\envpub -d
  42. if errorlevel 10 pkunzip 10.zip c:\warez\quikl -d
  43. if errorlevel 9 pkunzip 9.zip c:\warez\pcdeal -d
  44. if errorlevel 8 pkunzip 8.zip c:\warez\pcchart -d
  45. if errorlevel 7 pkunzip 7.zip c:\warez\paycan -d
  46. if errorlevel 6 pkunzip 6.zip c:\warez\batmenu -d
  47. if errorlevel 5 pkunzip 5.zip c:\warez\qbasic -d
  48. if errorlevel 4 pkunzip 4.zip c:\warez\wonder -d
  49. if errorlevel 3 pkunzip 3.zip c:\warez\schedul -d
  50. if errorlevel 2 pkunzip 2.zip c:\warez\snaps -d
  51. if errorlevel 1 pkunzip 1.zip c:\warez\fixa -d
  52. pause
  53. cd\
  54. cd menus
  55. main
  56.