home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1104.lha / Programs / TextClock / Product-Info next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  50 lines

  1. .name
  2. TextClock
  3. .type
  4. Workbench Tool
  5. .short
  6. Configurable text/font digital clock
  7. .description
  8. TextClock is yet another clock program with special features. It shows the
  9. current time or date using your selected font and text format. The program
  10. takes advantage of fast Compugraphic Font scaling. This means that the fonts
  11. will look fine at all sizes and you will have very precise control over them.
  12. It features On-line Help and many options.
  13. .version
  14. 1.1
  15. .date
  16. 1995.07.16
  17. .author
  18. Steffen Thorsen
  19. .distribution
  20. Freeware
  21. .requirements
  22. WB2.0, WB2.1+ and Harddisk are recommended
  23. .address
  24. Fjordg 8A
  25. N-4300 Sandnes
  26. Norway
  27. .installsize
  28. 44K
  29. .docs
  30. TextClock.guide
  31. .described-by
  32. Steffen Thorsen
  33. .submittal
  34. Submitted on disk directly by the author
  35. .aminet-dir
  36. util/time
  37. .execute
  38. LAB Start
  39. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  40. if $choice GT "0"
  41.   if $choice EQ "1"
  42.     MetaTool TextClock.guide GUIDE
  43.   else
  44.     if $choice EQ "2"
  45.       TextClock
  46.     endif
  47.   endif
  48.   skip Start BACK
  49. endif
  50.