home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / time / olt / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  804 b   |  46 lines

  1. .name
  2. Olt
  3. .type
  4. OS Utility
  5. .short
  6. PubScreen 'online' timer w/ARexx port
  7. .description
  8. Displays an incremental counter on the default or specified public screen,
  9. ideally suited for displaying total modem connect time.  Has an ARexx port.
  10. .version
  11. 1.2
  12. .date
  13. 1995.06.24
  14. .author
  15. Paul Huxham
  16. .distribution
  17. Copyrighted but Freely Redistributable
  18. .address
  19. P.O. Box 875
  20. Morley,
  21. Perth,
  22. Western Australia 6943
  23. .email
  24. paulh@Perth.DIALix.oz.au
  25. .docs
  26. Olt.autodoc
  27. .described-by
  28. Dan Fish (daf@starfish.amigalib.com)
  29. .submittal
  30. Downloaded via ftp from wuarchive.wustl.edu.
  31. .execute
  32. set choice `RequestChoice "Olt" "Please select an option" "View Doc" "Run Program" "Cancel"`
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool Olt12.readme TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   wbrun Olt
  43. endif
  44. .aminet-dir
  45. util/time
  46.