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

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU Q
  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 - Read 1.1                       2 - Hill Walkers Guide
  11. echo 3 - Bowl 101o                      4 - Organize Your Hobbies
  12. echo 5 - Organize your collection       6 - Cumberland Family Tree
  13. echo 7 - Hunt                           8 - Fish Expert System
  14. echo 9 - Family Scrapbook               a - Musical Instrument Tuner
  15. echo b - Family Tree Journal            c - Family Tree Utils
  16. echo d - $mart Gambler                  e - Geomancy
  17. echo f - Organize Your Guns             g - Organize Your Rifles
  18. echo h - Ham Radio Logging Contest      i - I Ching
  19. echo j - Kith & Kin                     k - Log EQF
  20. echo l - Badge Tracker                  m - Organize Your Trains
  21. echo n - Ship Tracker                   o - Personal Tarot
  22. echo.
  23. echo They will be placed in a directory called WAREZ, delete this to remove
  24. echo the files and utilities.
  25. echo.
  26. choice /c:123456789abcdefghijklmno /n Choose option: 
  27. if errorlevel 24 pkunzip o.zip c:\warez\Tarot -d
  28. if errorlevel 23 pkunzip n.zip c:\warez\shiptra -d
  29. if errorlevel 22 pkunzip m.zip c:\warez\orgtrai -d
  30. if errorlevel 21 pkunzip l.zip c:\warez\badgetr -d
  31. if errorlevel 20 pkunzip k.zip c:\warez\logeqf -d
  32. if errorlevel 19 pkunzip j.zip c:\warez\kithkin -d
  33. if errorlevel 18 pkunzip i.zip c:\warez\iching -d
  34. if errorlevel 17 pkunzip h.zip c:\warez\hamrad -d
  35. if errorlevel 16 pkunzip g.zip c:\warez\orgrifl -d
  36. if errorlevel 15 pkunzip f.zip c:\warez\orggun -d
  37. if errorlevel 14 pkunzip e.zip c:\warez\geoman -d
  38. if errorlevel 13 pkunzip d.zip c:\warez\$mart -d
  39. if errorlevel 12 pkunzip c.zip c:\warez\treeut -d
  40. if errorlevel 11 pkunzip b.zip c:\warez\treejo -d
  41. if errorlevel 10 pkunzip a.zip c:\warez\muntun -d
  42. if errorlevel 9 pkunzip 9.zip c:\warez\scrap -d
  43. if errorlevel 8 pkunzip 8.zip c:\warez\fishex -d
  44. if errorlevel 7 pkunzip 7.zip c:\warez\hunt -d
  45. if errorlevel 6 pkunzip 6.zip c:\warez\cumber -d
  46. if errorlevel 5 pkunzip 5.zip c:\warez\orgcol -d
  47. if errorlevel 4 pkunzip 4.zip c:\warez\orghob -d
  48. if errorlevel 3 pkunzip 3.zip c:\warez\bowl -d
  49. if errorlevel 2 pkunzip 2.zip c:\warez\hill -d
  50. if errorlevel 1 pkunzip 1.zip c:\warez\read -d
  51. pause
  52. cd\
  53. cd menus
  54. main
  55.  
  56.