home *** CD-ROM | disk | FTP | other *** search
-
- Run Something If The Date Has Changed
-
- (c) 1995 Martin Mares, MJSoft System Software
-
- ================================================================================
-
-
- Preface
- =======
-
- EveryDay and its documentation are Copyright (c) Martin Mares, MJSoft System
- Software, Prague, Czech Republic.
-
- This archive can be freely redistributed as long as all of its files are
- included in their original form without any additions, deletions or
- modifications (excluding addition of other README-style files and icons) and no
- more than a nominal fee is charged for its distribution. All copyright notices
- in the programs and accompanying documentation files must remain intact. It's
- especially forbidden to add various '.displayme' files and BBS advertisements.
- This style of distribution is generally known as FREEWARE.
-
- Special permission is given to Fred Fish to distribute this program on his
- "Fish Disks".
-
- This software is provided "AS IS" without warranty of any kind, either
- expressed or implied. The author is not responsible for any damage caused by
- it.
-
-
- Introduction
- ============
-
- This simple utility has been written to run Diary or similar utility every
- boot the date has changed (although its use is not limited to running of Diary
- -- it simply sets its return code to WARN if the date stored in S:EveryDay.last
- doesn't match the current date and then updates the file to track current date).
-
- Example installation in the Startup-sequence:
-
- :Asm/Load/EveryDay
- if warn
- diary 14
- endif
-
-
- Requirements
- ============
-
- - Kickstart 1.2 or newer
-
-
- Notes
- =====
-
- Send comments, suggestions and bug reports to mjsoft@k332.feld.cvut.cz
-
-