home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.0 KB | 56 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- UnPacker
- .type
- Archive Utility
- .short
- AppIcon util for extracting archives
- .description
- UnPacker is an appicon utility for extracting archives from the WB.
- It automatically chooses the archiver to use by comparing the file
- suffix (e.g.. '.lha') with the program icon's tooltypes. Thus you
- can configure it to recognize every archive format you use.
- .version
- 1.2
- .date
- 1993.09.22
- .author
- Erik Sagalara
- .reference
- FreshFish-Oct93:New/util/UnPacker/
- 1.1
- .distribution
- Freeware
- .address
- Tunaväg. 39 B549
- 223 63 LUND
- Sweden
- .email
- d86esa@efd.lth.se
- .source
- Includes source in C
- .docs
- UnPacker.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/arc
- .execute
- set choice `RequestChoice "UnPacker" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool UnPacker.doc TEXT
- endif
-
- if $choice EQ "2"
- wbrun UnPacker
- endif
-