home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-18 | 796 b | 47 lines |
- .name
- TextCount
- .fullname
- Text Count
- .type
- Text Utility
- .short
- Generates stats about text files
- .description
- This is a text analyser which shows some informations
- about any text file (number of lines, words, blanks..).
- It has locale support and a style-guide conforming GUI.
- .version
- 3.0
- .author
- Constantin Rack
- .distribution
- Freeware
- .docs
- Docs/Contents/Content
- Docs/Contents/Inhalt
- Docs/BugReport
- Docs/TextCount.guide
- Locale/LiesMich!
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- text/misc
- .execute
- set choice `RequestChoice "TextCount" "Please select an option" "View Guide" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- cd Docs/
- MetaTool TextCount.guide GUIDE
- cd /
- endif
-
- if $choice EQ "2"
- TextCount
- endif
-