home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CHIP_CD_2004-07.iso / software / nncron_hit / files / nncron189.exe / nncron.tab < prev    next >
Text File  |  2003-02-22  |  759b  |  28 lines

  1. #CRONTAB FILE 
  2. # Classic crontab format:
  3. # Minutes Hours Days Months WeekDays Years Command
  4. # see 'example.tab'
  5.  
  6. #( 1st-hello
  7. \ This task will run once on first startup of NNCron 
  8. <( VARIABLE 1s-cnt )>
  9. RunOnce
  10. Rule:  1s-cnt 1+!   1s-cnt @ 1 > ; 
  11. : welcome-text S" Thank you for installing nnCron!%crlf%\
  12. Click nnCron icon in system tray to start using it immediately.%crlf%\
  13. Please consult program documentation for help how to%crlf%\
  14. configure and use nnCron - it's rather easy! :) Enjoy!%crlf%%crlf%\
  15. nnSoft Team" EVAL-SUBST ;
  16. Action:
  17.     Win2k?
  18.     IF
  19.         BALLOON: "Welcome!" "%welcome-text%"
  20.     ELSE
  21.         MSG: "%welcome-text%"
  22.     THEN
  23. )#
  24.  
  25. #( purge-cron-log
  26.     Time: 0 12 * * 5 *
  27.     Action: PURGE-OLD: "log\*.log" 7
  28. )#