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

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               UTILS 1
  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 - 4Edit                2 - 4Files
  11. echo 3 - 4Zip                4 - Printdoc
  12. echo 5 - BCM                6 - Duplicate File Locator
  13. echo 7 - Big Sort            8 - Duplicate File Manager
  14. echo 9 - CM Filer            a - CM Disk
  15. echo b - CMENU/32            d - Colordos
  16. echo e - Comeback            f - Convdw
  17. echo g - Crush                h - Convert RFT
  18. echo i - Damenu                j - Double Directory
  19. echo k - Des Editor            l - Directory Freedom
  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:123456789abcdefghijkl /n Choose option: 
  25. if errorlevel 21 pkunzip l.zip c:\warez\dirfreed -d
  26. if errorlevel 20 pkunzip k.zip c:\warez\desedit -d
  27. if errorlevel 19 pkunzip j.zip c:\warez\dubldir -d
  28. if errorlevel 18 pkunzip i.zip c:\warez\damenu -d
  29. if errorlevel 17 pkunzip h.zip c:\warez\convrft -d
  30. if errorlevel 16 pkunzip g.zip c:\warez\crush -d
  31. if errorlevel 15 pkunzip f.zip c:\warez\convdw -d
  32. if errorlevel 14 pkunzip e.zip c:\warez\comeback -d
  33. if errorlevel 13 pkunzip d.zip c:\warez\colordo -d
  34. if errorlevel 12 pkunzip c.zip c:\warez\cmflopp -d
  35. if errorlevel 11 pkunzip b.zip c:\warez\cmenu -d
  36. if errorlevel 10 pkunzip a.zip c:\warez\cmdisk -d
  37. if errorlevel 9 pkunzip 9.zip c:\warez\cmfiler -d
  38. if errorlevel 8 pkunzip 8.zip c:\warez\dupfima -d
  39. if errorlevel 7 pkunzip 7.zip c:\warez\bigsor -d
  40. if errorlevel 6 pkunzip 6.zip c:\warez\dupfilo -d
  41. if errorlevel 5 pkunzip 5.zip c:\warez\bcmi -d
  42. if errorlevel 4 pkunzip 4.zip c:\warez\printdo -d
  43. if errorlevel 3 pkunzip 3.zip c:\warez\4zip -d
  44. if errorlevel 2 pkunzip 2.zip c:\warez\4files -d
  45. if errorlevel 1 pkunzip 1.zip c:\warez\4edit -d
  46. pause
  47. cd\
  48. cd menus
  49. main
  50.  
  51.