home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / whatis / product-info < prev    next >
Encoding:
Text File  |  1995-10-24  |  893 b   |  48 lines

  1. .name
  2. WhatIs
  3. .type
  4. Library
  5. .aminet-dir
  6. util/cli
  7. .short
  8. Shared lib that recognizes file types
  9. .description
  10. WhatIs.library can detect file types and is fully parametrable
  11. by an ascii file.  You can describe file types and they will be
  12. recognized by the library.  Includes a few tools (w/source) for
  13. the manipulation of filenames.
  14. .version
  15. 4.0
  16. .date
  17. 1994.02.25
  18. .author
  19. Sylvain Rougier, Pierre Carrette
  20. .distribution
  21. Copyrighted but Freely Redistributable
  22. .reference
  23. AmigaLibDisk843:WhatIs/
  24. 3.4
  25. .requirements
  26. Requires WB2.0 or higher.
  27. .address
  28. Sylvain Rougier
  29. 39 rue Carnot
  30. 86000 Poitiers
  31. France
  32. .email
  33. bvme@encsu1.SINet.SLB.COM  (Pierre Carrette)
  34. .installsize
  35. 15K - 30K
  36. .submittal
  37. Downloaded via ftp from Aminet
  38. .execute
  39. set choice `RequestChoice "WhatIs" "Please select an option" "View Doc" "Cancel"`
  40.  
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool WhatIsLibrary.doc TEXT
  47. endif
  48.