home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / cronct11.zip / CRONCT.DAT < prev    next >
Text File  |  2003-05-21  |  811b  |  25 lines

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