home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.3 KB | 78 lines |
- .name
- LhA
- .type
- Archiver
- .short
- A fast LhArc compatible archiver
- .description
- A very fast archiver that is compatible with MS-DOS LhArc V1.13 and
- LHA V2.13, as well as the Amiga LhArc. LhA is very memory efficient,
- has been written with stability and reliability in mind, has carefully
- optimized compression and decompression routines, is multitasking
- reentrant and pure, handles multiple volume archives (registered
- version only), and more.
- .version
- 1.38
- .date
- .author
- Stefan Boberg
- .restrictions
- .requirements
- .reference
- AmigaLibDisk715:LhA/
- 1.32
- AmigaLibDisk637:LhA/
- 1.22
- AmigaLibDisk593:LhA/
- 1.11
- AmigaLibDisk577:LhA/
- 1.0
- .keywords
- .distribution
- Shareware
- .price
- .address
- Rydsvägen 242 A:25
- S-58251 Linköping
- Sweden
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- LhA.man
- ReleaseNotes
- OrderForm
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .contents
- .execute
- set choice `RequestChoice "Lha" "Please select an option" "Release Notes" "License" "History" "User Guide" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReleaseNotes TEXT
- endif
-
- if $choice EQ "2"
- MetaTool LICENSE.man TEXT
- endif
-
- if $choice EQ "3"
- MetaTool Update.txt TEXT
- endif
-
- if $choice EQ "4"
- MetaTool LhA.man TEXT
- endif
- .aminet-dir
- util/arc
-