home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / lha / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  1.3 KB  |  78 lines

  1. .name
  2. LhA
  3. .type
  4. Archiver
  5. .short
  6. A fast LhArc compatible archiver
  7. .description
  8. A very fast archiver that is compatible with MS-DOS LhArc V1.13 and
  9. LHA V2.13, as well as the Amiga LhArc.  LhA is very memory efficient,
  10. has been written with stability and reliability in mind, has carefully
  11. optimized compression and decompression routines, is multitasking
  12. reentrant and pure, handles multiple volume archives (registered
  13. version only), and more.
  14. .version
  15. 1.38
  16. .date
  17. .author
  18. Stefan Boberg
  19. .restrictions
  20. .requirements
  21. .reference
  22. AmigaLibDisk715:LhA/
  23. 1.32
  24. AmigaLibDisk637:LhA/
  25. 1.22
  26. AmigaLibDisk593:LhA/
  27. 1.11
  28. AmigaLibDisk577:LhA/
  29. 1.0
  30. .keywords
  31. .distribution
  32. Shareware
  33. .price
  34. .address
  35. Rydsvägen 242 A:25
  36. S-58251 Linköping
  37. Sweden
  38. .email
  39. .phone
  40. .fax
  41. .exectype
  42. .installsize
  43. .source
  44. .construction
  45. .tested
  46. .docs
  47. LhA.man
  48. ReleaseNotes
  49. OrderForm
  50. .described-by
  51. Fred Fish (fnf@fishpond.cygnus.com)
  52. .submittal
  53. Downloaded via ftp from wuarchive.wustl.edu.
  54. .contents
  55. .execute
  56. set choice `RequestChoice "Lha" "Please select an option" "Release Notes" "License" "History" "User Guide" "Cancel"`
  57. if $choice EQ "0"
  58.   quit 5
  59. endif
  60.  
  61. if $choice EQ "1"
  62.   MetaTool ReleaseNotes TEXT
  63. endif
  64.  
  65. if $choice EQ "2"
  66.   MetaTool LICENSE.man TEXT
  67. endif
  68.  
  69. if $choice EQ "3"
  70.   MetaTool Update.txt TEXT
  71. endif
  72.  
  73. if $choice EQ "4"
  74.   MetaTool LhA.man TEXT
  75. endif
  76. .aminet-dir
  77. util/arc
  78.