home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / cronct12.zip / CronCT.DAT < prev    next >
Text File  |  1994-10-06  |  813b  |  26 lines

  1. #     Sample CronCT.DAT file.  Billy Glover PH# (817) 684-1434.
  2.  
  3. #     RegInfo
  4. REG:  0000000000-000000 User Info
  5.  
  6. #     Cuckoo every 30 minutes!
  7. #$    Cuckoo!      
  8. 0,30  * * * *  d:\mmos2\sounds\play.cmd file=cuckoo.wav
  9.  
  10. #$    Trim the CronCT LogFile
  11. 0     0 * * *  d:\cronct\cutil.exe /l d:\cronct\cronct.log 15
  12.  
  13. #     Backup System @ March 2, 1:00 AM
  14. #$    System Backup!
  15. 0     1 2 3 *  d:\util\tape\backup.exe -now
  16.  
  17. #     Show how to run Mailer at 1:00 am and kill it at 3:00 am.
  18. #$    Mailer OnLine...
  19. 0     1 * * *  /FULL-  d:\mailer\mailer.exe
  20. #$    Mailer OffLine...
  21. 0     3 * * *  /FULL-  d:\cronct\cutil.exe /t mailer.exe
  22.  
  23. #     Another way of running programs and killing them later (same line).
  24. #     Forced as AppType OS2.
  25. 0,!0  1,!3 * * *  /WIND- /OS2 d:\mailer\mailer1.exe
  26.