home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / time / progs / cron / !Cron / !Help next >
Encoding:
Text File  |  1992-01-23  |  933 b   |  28 lines

  1. |> !Help
  2.  
  3. !Help file for !Cron utility
  4.  
  5. This utility provides for the execution of commands
  6. at a particular time.
  7. It is loosely based on similar Unix facilities.
  8.  
  9. Execution is controlled by a file called CronTab
  10. in the application directory.
  11. Comments within this file explain the format.
  12.  
  13. Since it runs under the WIMP, errors do stop the machine.
  14. Format errors within the CronTab file are not fatal, and
  15. execution will resume when the error is acknowledged.
  16.  
  17. The whole file is re-read line by line at 1 minute
  18. intervals, and any events scheduled to take place within
  19. that minute are executed sequentially. Consequently, the
  20. file can be updated 'on the fly'.
  21.  
  22. Avoid scheduling events for shortly after a slow
  23. executing command, since the program makes no attempt to
  24. 'catch up' after these.
  25. However, events scheduled for the same time as such a
  26. command will still be executed.
  27.  
  28. Please see the file COPYING for distribution information.