home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / publican / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-25  |  1020 b   |  54 lines

  1. .name
  2. Publican
  3. .type
  4. OS Utility
  5. .short
  6. Public screen support utility.
  7. .description
  8. Publican is a public screen support utility. It allows you to set 
  9. the default public screen, set global public screen behaviour flags and
  10. obtain the name of the frontmost public screen (and write it to StdOut
  11. or a local/global variable).
  12. .version
  13. 1.6
  14. .date
  15. 1994.10.01
  16. .author
  17. Lee Kindness
  18. .requirements
  19. WB2+
  20. .distribution
  21. Copyrighted but Freely Redistributable
  22. .address
  23. 8 Craigmarn Road
  24. Portlethen Village
  25. Aberdeen AB1 4QR
  26. SCOTLAND
  27. .docs
  28. Distribution.doc
  29. Publican.doc
  30. .described-by
  31. Richard Fish
  32. .submittal
  33. Submitted on disk directly by the author.
  34. .aminet-dir
  35. util/misc
  36. .execute
  37. set choice `RequestChoice "Publican" "Please select an option" "View Doc" "Install Program" "Run Program" "Cancel"`
  38.  
  39. if $choice EQ "0"
  40.   quit 5
  41. endif
  42.  
  43. if $choice EQ "1"
  44.   MetaTool Publican.doc TEXT
  45. endif
  46.  
  47. if $choice EQ "2"
  48.   Installer SCRIPT Install_Publican APPNAME Publican LOGFILE RAM:Publican_Install_log
  49. endif
  50.  
  51. if $choice EQ "3"
  52.   wbrun Publican
  53. endif
  54.