home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / man_iske / product-info < prev    next >
Encoding:
Text File  |  1995-10-23  |  1.0 KB  |  57 lines

  1. .name
  2. Man_Iske
  3. .type
  4. CLI tool
  5. .short
  6. Unix type Man command
  7. .description
  8. This is a simple MAN command, known from UNIX systems.
  9. The advantage is, that it recognizes .guide files to be
  10. AmigaGuideĀ© documents. MAN then uses a different viewer
  11. in order to display the AmigaGuideĀ© document. Furthermore
  12. MAN recognizes TeX-DVI files as well, using a different
  13. viewer to display them. You may configure MAN using
  14. environment variables.
  15. .version
  16. 37.14
  17. .date
  18. 1995.03.30
  19. .author
  20. Kai Iske
  21. .requirements
  22. Requires OS 2.0 (37.175)
  23. .distribution
  24. Public Domain
  25. .address
  26. Kai Iske
  27. Brucknerstrasse 18
  28. 63452 Hanau
  29. Germany
  30. .email
  31. iske@informatik.uni-frankfurt.de
  32. .source
  33. SAS/C source included 24K
  34. .construction
  35. SAS/C 6.51 with optimization
  36. .docs
  37. Man.doc
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .aminet-dir
  41. util/cli
  42. .execute
  43. set choice `RequestChoice "Man_Iske" "Please select an option" "View Doc" "Run Program" "Cancel"`
  44.  
  45. if $choice EQ "0"
  46.   quit 5
  47. endif
  48.  
  49. if $choice EQ "1"
  50.   MetaTool Man.doc TEXT
  51. endif
  52.  
  53. if $choice EQ "2"
  54.   path "" ADD
  55.   newcli
  56. endif
  57.