home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / misc / textcount / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-18  |  796b  |  47 lines

  1. .name
  2. TextCount
  3. .fullname
  4. Text Count
  5. .type
  6. Text Utility
  7. .short
  8. Generates stats about text files
  9. .description
  10. This is a text analyser which shows some informations
  11. about any text file (number of lines, words, blanks..).
  12. It has locale support and a style-guide conforming GUI.
  13. .version
  14. 3.0
  15. .author
  16. Constantin Rack
  17. .distribution
  18. Freeware
  19. .docs
  20. Docs/Contents/Content
  21. Docs/Contents/Inhalt
  22. Docs/BugReport
  23. Docs/TextCount.guide
  24. Locale/LiesMich!
  25. .described-by
  26. Richard Fish
  27. .submittal
  28. Submitted on disk directly by the author.
  29. .aminet-dir
  30. text/misc
  31. .execute
  32. set choice `RequestChoice "TextCount" "Please select an option" "View Guide" "Run Program" "Cancel"`
  33.  
  34. if $choice EQ "0"
  35.   quit 5
  36. endif
  37.  
  38. if $choice EQ "1"
  39.   cd Docs/
  40.   MetaTool TextCount.guide GUIDE
  41.   cd /
  42. endif
  43.  
  44. if $choice EQ "2"
  45.   TextCount
  46. endif
  47.