home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 804 b | 46 lines |
- .name
- Olt
- .type
- OS Utility
- .short
- PubScreen 'online' timer w/ARexx port
- .description
- Displays an incremental counter on the default or specified public screen,
- ideally suited for displaying total modem connect time. Has an ARexx port.
- .version
- 1.2
- .date
- 1995.06.24
- .author
- Paul Huxham
- .distribution
- Copyrighted but Freely Redistributable
- .address
- P.O. Box 875
- Morley,
- Perth,
- Western Australia 6943
- .email
- paulh@Perth.DIALix.oz.au
- .docs
- Olt.autodoc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Olt" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Olt12.readme TEXT
- endif
-
- if $choice EQ "2"
- wbrun Olt
- endif
- .aminet-dir
- util/time
-