home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / cli / whatis / product-info < prev    next >
Text File  |  1995-08-25  |  697b  |  34 lines

  1. .name
  2. WhatIs
  3. .author
  4. Sylvain Rougier
  5. Pierre Carrette
  6. .version
  7. 3.5
  8. .reference
  9. AmigaLibDisk843:WhatIs/
  10. 3.5
  11. AmigaLibDisk417:WhatIs/
  12. 2.0
  13. AmigaLibDisk334:WhatIs/
  14. 1.2a
  15. .description
  16. WhatIs.library can detect file types and is fully parametrable by an
  17. ascii file.  You can describe file types and they will be recognized
  18. by the library.  A few tools are also included.
  19. .described-by
  20. Automatically generated from Contents file by c2pi program.
  21. .short
  22. Can detect file types
  23. .execute
  24. LAB start
  25. set choice `RequestChoice "WhatIs" "Please select an option" "Documentation" "Cancel"`
  26. if $choice GT "0"
  27.   if $choice EQ "1"
  28.     MetaTool WhatIsLibrary.doc TEXT
  29.   endif
  30.   skip start BACK
  31. endif
  32. .aminet-dir
  33. util/cli
  34.