********IMPORTANT******** As of version 2.00 of EZCron, a lot has changed. Please DELETE the contents of your old EZCron directory before installing this one. You can also copy the old one into another directory if you like. ******************** YET ANOTHER FILE FORMAT CHANGE ============================== The cron.config file format has changed drastically since v1.82. You will either need to recreate your old file or fix it with a text editor. The format is as follows: (OLD FORMAT) TEXTREMINDER - - - - 22:00 daily -- -- - Remember to send the author some email. (NEW FORMAT) TEXTREMINDER,-,22:00,daily,--/--/--,--/--/--,--:--,--:--,-,Remember to send the author some email. The new fields were added to accomodate the new DATE range feature and the new single arguments string. If this new DATE RANGE feature is used, the config file might look like this: TEXTREMINDER,-,22:00,range,01/31/97,03/14/97,--:--,--:--,-,Remember to send the author some email. See EZCron.guide for more detailed information on the config file. Note that this will NOT affect new users.