home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1115.lha / Programs / Remind / Product-Info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.9 KB  |  86 lines

  1. .name
  2. Remind
  3. .type
  4. Workbench Tool
  5. .short
  6. Reminds you of important dates.
  7. .description
  8.   Calender programs are plentiful for the Amiga, you can always find another
  9. program sitting on a board which tells you what you are doing today. However
  10. I feel none of the programs I have tried actually are useful and easy to
  11. read.
  12.  
  13.   The good thing about remind is that it contains all the information in one
  14. window, including what you need to do today, what you need to do within
  15. several days, and what you have to do for the rest of the year. The user
  16. interface has been remarked on by several people for its clarity.
  17.  
  18.   Its compact, completely configurable (well nearly), and its free.
  19.   Completely and utterly free, all I ask is that you send me some e-mail to
  20. say that you are using the program.
  21. .version
  22. 1.51
  23. .date
  24. 1995.06.22
  25. .author
  26. Richard Ambridge
  27. .requirements
  28. OS2.0+
  29. .reference
  30. AmigaLibDisks/d10xx/d1053/Programs/Remind/
  31. 1.41
  32. FreshFish-Vol8-1/New/util/cdity/Remind/
  33. 1.41
  34. FreshFish-Vol8-2/BBS/util/Remind-1.41.lha
  35. 1.41
  36. FreshFish-Vol9-2/BBS/util/Remind-1.41.lha
  37. 1.41
  38. GoldFish-Vol2-1/Files/util/cdity/Remind/
  39. 1.41
  40. GoldFish-Vol2-2/BBS/util/Remind-1.41.lha
  41. 1.41
  42. FreshFish-Vol6/BBS/util/Remind-1.32.lha
  43. 1.32
  44. FreshFish-Vol6/New/util/misc/Remind/
  45. 1.32
  46. .distribution
  47. Shareware
  48. .address
  49. 23 Fieldway Crescent,
  50. Northwood,
  51. Cowes,
  52. Isle of Wight.
  53. England
  54. PO31 8AJ
  55. .email
  56. rambridg@encore.com
  57. .tested
  58. It has been tested on a couple of A1200's running OS 3.0.
  59. .docs
  60. History
  61. README
  62. Remind.guide
  63. .described-by
  64. Richard Fish (rjf@amigalib.com)
  65. .submittal
  66. Downloaded via ftp from wuarchive.wustl.edu.
  67. .aminet-dir
  68. util/cdity
  69. .execute
  70. LAB Start
  71. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  72. if $choice GT "0"
  73.   if $choice EQ "1"
  74.     MetaTool README TEXT
  75.   else
  76.     if $choice EQ "2"
  77.       MetaTool Remind.guide GUIDE
  78.     else
  79.       if $choice EQ "3"
  80.         Remind
  81.       endif
  82.     endif
  83.   endif
  84.   skip Start BACK
  85. endif
  86.