home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.9 KB | 86 lines |
- .name
- Remind
- .type
- Workbench Tool
- .short
- Reminds you of important dates.
- .description
- Calender programs are plentiful for the Amiga, you can always find another
- program sitting on a board which tells you what you are doing today. However
- I feel none of the programs I have tried actually are useful and easy to
- read.
-
- The good thing about remind is that it contains all the information in one
- window, including what you need to do today, what you need to do within
- several days, and what you have to do for the rest of the year. The user
- interface has been remarked on by several people for its clarity.
-
- Its compact, completely configurable (well nearly), and its free.
- Completely and utterly free, all I ask is that you send me some e-mail to
- say that you are using the program.
- .version
- 1.51
- .date
- 1995.06.22
- .author
- Richard Ambridge
- .requirements
- OS2.0+
- .reference
- AmigaLibDisks/d10xx/d1053/Programs/Remind/
- 1.41
- FreshFish-Vol8-1/New/util/cdity/Remind/
- 1.41
- FreshFish-Vol8-2/BBS/util/Remind-1.41.lha
- 1.41
- FreshFish-Vol9-2/BBS/util/Remind-1.41.lha
- 1.41
- GoldFish-Vol2-1/Files/util/cdity/Remind/
- 1.41
- GoldFish-Vol2-2/BBS/util/Remind-1.41.lha
- 1.41
- FreshFish-Vol6/BBS/util/Remind-1.32.lha
- 1.32
- FreshFish-Vol6/New/util/misc/Remind/
- 1.32
- .distribution
- Shareware
- .address
- 23 Fieldway Crescent,
- Northwood,
- Cowes,
- Isle of Wight.
- England
- PO31 8AJ
- .email
- rambridg@encore.com
- .tested
- It has been tested on a couple of A1200's running OS 3.0.
- .docs
- History
- README
- Remind.guide
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/cdity
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool README TEXT
- else
- if $choice EQ "2"
- MetaTool Remind.guide GUIDE
- else
- if $choice EQ "3"
- Remind
- endif
- endif
- endif
- skip Start BACK
- endif
-