home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / pmcron03.zip / 00ReadMe.!!! < prev    next >
Text File  |  1996-05-09  |  2KB  |  34 lines

  1.                               Cron, Version 1.21
  2.  
  3. It runs only with EMX 0.9a (or above?). Needed DLLs are EMX and EMXLIBCM.
  4. The new DLLs with the fixes from EMXFIX04 of EMX 0.9b are included.
  5.  
  6. Related files:
  7.   crond.exe     Yes, This is the new PM cron daemon.
  8.   cronddeu.hlp  The extensive help to the cron daemon in german.
  9.   crondeng.hlp  The extensive help to the cron daemon in english.
  10.   crondfra.hlp  The extensive help to the cron daemon in french.
  11.   crontab.exe   Self documenting. Simply, call "crontab". With this program
  12.                 commands are send to the daemon. crontab DOESN'T manipulate
  13.                 the Crontabs file, this is done by the daemon itself.
  14.                 Alternatively, you can use the daemon itself. The second
  15.                 page of the "settings..." notebook allows all changes.
  16.   Crontabs      Probably, there is a little example file. You can use it. More
  17.                 and in different languages explained examples will be found
  18.                 in the online help of crond.
  19.   (Others)      The source code of the program.
  20.  
  21. Florian Große-Coosmann, coosman@uni-muenster.de
  22.  
  23. Code changes:   Don't use ANY tabulators (excepting in makefile). I don't like
  24.                 them. Use CRLF at end-of-line and don't use ^Z at end-of-file.
  25.                 You may use diff if you want.
  26.  
  27. The programs are tested, they work very well. The daemon doesn't eat much
  28. memory even when running long times, although the statical size reaches about
  29. 512K (EMXLIBCM and EMX are hungry).
  30. Good: The daemon awakes only one time a hour if nothing is to do. It will be
  31. swapped out by the system.
  32.  
  33. Who is like to translate this stuff into netherlands, italian, spanish etc.?
  34.