home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.0 KB | 50 lines |
- .name
- TextClock
- .type
- Workbench Tool
- .short
- Configurable text/font digital clock
- .description
- TextClock is yet another clock program with special features. It shows the
- current time or date using your selected font and text format. The program
- takes advantage of fast Compugraphic Font scaling. This means that the fonts
- will look fine at all sizes and you will have very precise control over them.
- It features On-line Help and many options.
- .version
- 1.1
- .date
- 1995.07.16
- .author
- Steffen Thorsen
- .distribution
- Freeware
- .requirements
- WB2.0, WB2.1+ and Harddisk are recommended
- .address
- Fjordg 8A
- N-4300 Sandnes
- Norway
- .installsize
- 44K
- .docs
- TextClock.guide
- .described-by
- Steffen Thorsen
- .submittal
- Submitted on disk directly by the author
- .aminet-dir
- util/time
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool TextClock.guide GUIDE
- else
- if $choice EQ "2"
- TextClock
- endif
- endif
- skip Start BACK
- endif
-