home *** CD-ROM | disk | FTP | other *** search
- .name
- WhatIs
- .type
- Library
- .aminet-dir
- util/cli
- .short
- Shared lib that recognizes file types
- .description
- WhatIs.library can detect file types and is fully parametrable
- by an ascii file. You can describe file types and they will be
- recognized by the library. Includes a few tools (w/source) for
- the manipulation of filenames.
- .version
- 4.0
- .date
- 1994.02.25
- .author
- Sylvain Rougier, Pierre Carrette
- .distribution
- Copyrighted but Freely Redistributable
- .reference
- AmigaLibDisk843:WhatIs/
- 3.4
- .requirements
- Requires WB2.0 or higher.
- .address
- Sylvain Rougier
- 39 rue Carnot
- 86000 Poitiers
- France
- .email
- bvme@encsu1.SINet.SLB.COM (Pierre Carrette)
- .installsize
- 15K - 30K
- .submittal
- Downloaded via ftp from Aminet
- .execute
- set choice `RequestChoice "WhatIs" "Please select an option" "View Doc" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool WhatIsLibrary.doc TEXT
- endif
-