home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 1020 b | 54 lines |
- .name
- Publican
- .type
- OS Utility
- .short
- Public screen support utility.
- .description
- Publican is a public screen support utility. It allows you to set
- the default public screen, set global public screen behaviour flags and
- obtain the name of the frontmost public screen (and write it to StdOut
- or a local/global variable).
- .version
- 1.6
- .date
- 1994.10.01
- .author
- Lee Kindness
- .requirements
- WB2+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 8 Craigmarn Road
- Portlethen Village
- Aberdeen AB1 4QR
- SCOTLAND
- .docs
- Distribution.doc
- Publican.doc
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/misc
- .execute
- set choice `RequestChoice "Publican" "Please select an option" "View Doc" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Publican.doc TEXT
- endif
-
- if $choice EQ "2"
- Installer SCRIPT Install_Publican APPNAME Publican LOGFILE RAM:Publican_Install_log
- endif
-
- if $choice EQ "3"
- wbrun Publican
- endif
-