home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / arc / lharc / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  65 lines

  1. .name
  2. LHArc
  3. .type
  4. Archiver
  5. .short
  6. Archive program using LZHUF compression
  7. .description
  8. An archive program like Arc and Zoo, with a heavy emphasis maximum
  9. compression for minimum archive size, using LZHUF compression.
  10. .version
  11. 1.30
  12. .date
  13. .author
  14. Paolo Zibetti
  15. .restrictions
  16. .requirements
  17. .reference
  18. AmigaLibDisk404:LHArc/
  19. 1.30
  20. AmigaLibDisk383:LHArc/
  21. 1.21
  22. AmigaLibDisk312:LHArc/
  23. 1.10
  24. AmigaLibDisk289:LHArc/
  25. 1.0
  26. .keywords
  27. .distribution
  28. Copyrighted but Freely Redistributable
  29. .price
  30. .address
  31. .email
  32. Paolo.Zibetti@p6.f101.n331.z2.fidonet.org
  33. .phone
  34. .fax
  35. .exectype
  36. .installsize
  37. .source
  38. .construction
  39. .tested
  40. .docs
  41. .described-by
  42. Fred Fish (fnf@fishpond.cygnus.com)
  43. .submittal
  44. Downloaded from BIX.
  45. .contents
  46. .execute
  47. LAB start
  48. set choice `RequestChoice "LHArc" "Please select an option" "ReadMe First" "History" "Documentation" "Cancel"`
  49. if $choice GT "0"
  50.   if $choice EQ "1"
  51.     MetaTool ReadMe.1st TEXT
  52.   else
  53.     if $choice EQ "2"
  54.       MetaTool Changes TEXT
  55.     else
  56.       if $choice EQ "3"
  57.         MetaTool LHArc.doc TEXT
  58.       endif
  59.     endif
  60.   endif
  61.   skip start BACK
  62. endif
  63. .aminet-dir
  64. util/arc
  65.