home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 3.4 KB | 117 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- Recall
- .type
- Desktop Utility
- .short
- Utility to help you remember events
- .description
- Do have a tendency to forget birthdays, anniversaries and other important
- events?
-
- Well, there are plenty of products on the market that will prevent that
- from happening.
-
- But, do you also want to
- o be reminded with requesters, alerts or practically anything that can be
- displayed on an Amiga-monitor?
- o automatically start programs (CLI/WB/AREXX/BATCH) depending on the date,
- time or weekday?
- o create input events at certain days/time/weekday?
- o keep track of the remaining days/time to important events?
- o keep track of the days/time since important events happened?
- o be reminded every # day (e.g. every 14th day)?
- o be reminded # days before or after the event
- o be reminded once a day, every time you boot, before or after a certain
- date, before or after a certain hour or minute?
- o be reminded about events until you acknowledge them?
- o be reminded on certain weekdays?
- o display unlimited lines of text in the same requester or alert?
- o group different events and make them appear simultaneously?
- o keep a simple database of the birthdays of family and friends?
- o let your Amiga keep track of how old people are by insterting the date
- of birth in the middle of the string where you want to display the age?
- (I.e. the text "Adam is {years:08/05/1970} years old today" may be
- displayed as "Adam is 24 years old today".)
- o make advanced events which are displayed for example after 21:00 every
- 3rd day the first 7 days of every 2nd month the next 4 years?
- o combine all of the attributes mentioned above in the same event?
- o enter these events in an easy-to-use, totally adaptable multi-window
- environment and without the need of programming-knowledge, just by
- entering the desired text and pressing a few buttons?
-
- Well, then you will find this program extremely useful, because Recall
- will do exactly that for you! It is an easy-to-use, intuition-based
- utility for the absent-minded!
- .version
- 3.0
- .date
- 1995.05.12
- .author
- Ketil Hunn
- .requirements
- OS 2.04 or higher. The binaries will take advantage of Kickstart 3.0 and
- 68020+ processors if found.
- OS 2.1 or higher for localization.
- MUI V1.4 or higher.
- Harddisk is recommended for unpacking the complete distribution.
- .reference
- FreshFish-May94:New/os20/util/Recall/
- 2.2
- FreshFish-Dec93:New/os20/util/Recall/
- 2.0
- FFMCD01:New/Util/Recall/
- 1.4
- .distribution
- Shareware
- .price
- $15 (US), 100 Norwegian kroner
- .address
- Leilighet 107
- Fabrikkveien 4-8 / Blokk C
- N-6400 Molde
- NORWAY
- .email
- Ketil.Hunn@hiMolde.no
- .source
- Includes source in C.
- .docs
- Docs/Recall.ASCII
- Docs/Recall.guide
- Docs/ReConvert.ASCII
- Docs/ReConvert.guide
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/misc
- .execute
- set choice `RequestChoice "Recall" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- cd Docs
- MetaTool Recall.ascii TEXT
- endif
-
- if $choice EQ "2"
- cd Docs
- MetaTool Recall.guide GUIDE
- endif
-
- if $choice EQ "3"
- cd Install
- Installer SCRIPT Install APPNAME Recall DEFUSER EXPERT LANGUAGE english
- endif
-
- if $choice EQ "4"
- assign libs: libs/ ADD
- Recall
- endif
-