home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / x / utils3 / 3main.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-24  |  1.9 KB  |  50 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               UTILS 3
  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 - Filez                2 - Flexibak
  11. echo 3 - Floptool            4 - Filesafe
  12. echo 5 - Pull Down Menu Tools        6 - File Maven
  13. echo 7 - File Note            8 - Footprint 1.4
  14. echo 9 - Gorin's Desktop for DOS    a - Get Back
  15. echo b - HDM IV Security        c - Hunter Killer
  16. echo d - Jason's File Find        e - JRchive
  17. echo f - Master Disk 2            g - Menu Plus 2
  18. echo h - Multivu            i - Orbital Editor
  19. echo j - Path Man            k - PCopy
  20. echo.
  21. echo They will be placed in a directory called WAREZ, delete this to remove
  22. echo the files and utilities.
  23. echo.
  24. choice /c:123456789abcdefghijk /n Choose option: 
  25. if errorlevel 20 pkunzip k.zip c:\warez\Pcopy -d
  26. if errorlevel 19 pkunzip j.zip c:\warez\Pathman -d
  27. if errorlevel 18 pkunzip i.zip c:\warez\orbital -d
  28. if errorlevel 17 pkunzip h.zip c:\warez\multiv -d
  29. if errorlevel 16 pkunzip g.zip c:\warez\menuplus -d
  30. if errorlevel 15 pkunzip f.zip c:\warez\masterd -d
  31. if errorlevel 14 pkunzip e.zip c:\warez\jrchive -d
  32. if errorlevel 13 pkunzip d.zip c:\warez\filefind -d
  33. if errorlevel 12 pkunzip c.zip c:\warez\hunter -d
  34. if errorlevel 11 pkunzip b.zip c:\warez\hdmiv -d
  35. if errorlevel 10 pkunzip a.zip c:\warez\getback -d
  36. if errorlevel 9 pkunzip 9.zip c:\warez\gorins -d
  37. if errorlevel 8 pkunzip 8.zip c:\warez\footpr -d
  38. if errorlevel 7 pkunzip 7.zip c:\warez\filenote -d
  39. if errorlevel 6 pkunzip 6.zip c:\warez\filemaven -d
  40. if errorlevel 5 pkunzip 5.zip c:\warez\pulldown -d
  41. if errorlevel 4 pkunzip 4.zip c:\warez\filesafe -d
  42. if errorlevel 3 pkunzip 3.zip c:\warez\floptool -d
  43. if errorlevel 2 pkunzip 2.zip c:\warez\flexibak -d
  44. if errorlevel 1 pkunzip 1.zip c:\warez\filez -d
  45. pause
  46. cd\
  47. cd menus
  48. main
  49.  
  50.