home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 966 b | 59 lines |
- .name
- LHWarp
- .type
- Archiver
- .short
- Disk packer for .lhw files
- .description
- A program which will read tracks directly from your floppy disk,
- compress them using adaptive huffman encoding, and output them to a
- file. The resulting file can be used by lhwarp to reconstruct an
- image of the original disk.
- .version
- 1.40
- .date
- .author
- Jonathan Forbes
- .restrictions
- .requirements
- .reference
- AmigaLibDisk318:Lhwarp/
- 1.21
- AmigaLibDisk305:Lhwarp/
- 1.20
- AmigaLibDisk295:Lhwarp/
- 1.03
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- LHWarp.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- .execute
- set choice `RequestChoice "LHWarp" "Please select an option" "History" "Documentation" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Changes.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool LHWarp.doc TEXT
- endif
- .aminet-dir
- util/arc
-