home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cdity / reminder / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  1.7 KB  |  70 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. Reminder
  6. .type
  7. Desktop Utility
  8. .short
  9. A nice reminder utility
  10. .description
  11. Reminder keeps an eye on a list of messages and commands, which the
  12. user (you) wants to be shown and/or executed at a specific time or
  13. time intervals.  Any or all of the timeparameters can be wildcards.
  14. Once every minute the list is checked, and if a match between the
  15. systemclock and a time specification is found a window will pop up,
  16. and the message(s) will be shown and/or the command(s) will be
  17. executed.
  18.  
  19. Because Reminder is supposed to run as a backgroundprocess, it is
  20. designed to be memory efficient and use as little CPU time as possible.
  21. Should you however be the owner of an unexpanded A500, or for any other
  22. reason NOT want the program to run continuous, it is possible to make it
  23. show all messages for today at once, and then die (when using this
  24. option no commands will be executed).
  25. .version
  26. 6.0
  27. .date
  28. 1995.03.02
  29. .author
  30. Ebbe Holleris Petersen
  31. .reference
  32. FreshFish-Vol8-1:New/util/cdity/Reminder/
  33. 5.9
  34. .distribution
  35. Copyrighted but Freely Redistributable
  36. .address
  37. Vesterbrogade 120D, st.th.
  38. 1620 København V
  39. Denmark
  40. .email
  41. eep@sbi.dk
  42. .docs
  43. Reminder60.readme
  44. Reminder.guide
  45. .described-by
  46. Dan Fish (daf@starfish.amigalib.com)
  47. .submittal
  48. Downloaded via ftp from wuarchive.wustl.edu.
  49. .aminet-dir
  50. util/cdity
  51. .execute
  52. set choice `RequestChoice "Reminder" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
  53.  
  54. if $choice EQ "0"
  55.   quit 5
  56. endif
  57.  
  58. if $choice EQ "1"
  59.   MetaTool Reminder60.readme TEXT
  60. endif
  61.  
  62. if $choice EQ "2"
  63.   MetaTool Reminder.guide GUIDE
  64. endif
  65.  
  66. if $choice EQ "3"
  67.   assign s: "" ADD
  68.   run Reminder.68000
  69. endif
  70.