home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #3 / amigaacscoverdisc / utilities / shareware / misc / ezcron / readme.first! < prev    next >
Encoding:
Text File  |  1997-02-18  |  1.2 KB  |  33 lines

  1.                          ********IMPORTANT********
  2.  
  3.   As of version 2.00 of EZCron, a lot has changed. Please DELETE the
  4.   contents of your old EZCron directory before installing this one.
  5.   You can also copy the old one into another directory if you like.
  6.  
  7.                            ********************
  8.  
  9.  
  10.                         YET ANOTHER FILE FORMAT CHANGE
  11.                         ==============================
  12.  
  13. The cron.config file format has changed drastically since v1.82.  You will
  14. either need to recreate your old file or fix it with a text editor.  The
  15. format is as follows:
  16.  
  17. (OLD FORMAT)
  18. TEXTREMINDER - - - - 22:00 daily -- -- - Remember to send the author some email.
  19.  
  20. (NEW FORMAT)
  21. TEXTREMINDER,-,22:00,daily,--/--/--,--/--/--,--:--,--:--,-,Remember to send the author some email.
  22.  
  23. The new fields were added to accomodate the new DATE range feature and the new
  24. single arguments string. 
  25.  
  26. If this new DATE RANGE feature is used, the config file might look like this:
  27.  
  28. TEXTREMINDER,-,22:00,range,01/31/97,03/14/97,--:--,--:--,-,Remember to send the author some email.
  29.  
  30. See EZCron.guide for more detailed information on the config file.
  31.  
  32. Note that this will NOT affect new users.
  33.