home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / unpacker / product-info next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.0 KB  |  56 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. UnPacker
  6. .type
  7. Archive Utility
  8. .short
  9. AppIcon util for extracting archives
  10. .description
  11. UnPacker is an appicon utility for extracting archives from the WB.
  12. It automatically chooses the archiver to use by comparing the file
  13. suffix (e.g.. '.lha') with the program icon's tooltypes. Thus you
  14. can configure it to recognize every archive format you use.
  15. .version
  16. 1.2
  17. .date
  18. 1993.09.22
  19. .author
  20. Erik Sagalara
  21. .reference
  22. FreshFish-Oct93:New/util/UnPacker/
  23. 1.1
  24. .distribution
  25. Freeware
  26. .address
  27. Tunaväg. 39 B549
  28. 223 63 LUND
  29. Sweden
  30. .email
  31. d86esa@efd.lth.se
  32. .source
  33. Includes source in C
  34. .docs
  35. UnPacker.doc
  36. .described-by
  37. Dan Fish (daf@starfish.amigalib.com)
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .aminet-dir
  41. util/arc
  42. .execute
  43. set choice `RequestChoice "UnPacker" "Please select an option" "View Doc" "Run Program" "Cancel"`
  44.  
  45. if $choice EQ "0"
  46.   quit 5
  47. endif
  48.  
  49. if $choice EQ "1"
  50.   MetaTool UnPacker.doc TEXT
  51. endif
  52.  
  53. if $choice EQ "2"
  54.   wbrun UnPacker
  55. endif
  56.