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 >
Wrap
Text File
|
2003-02-22
|
759b
|
28 lines
#CRONTAB FILE
# Classic crontab format:
# Minutes Hours Days Months WeekDays Years Command
# see 'example.tab'
#( 1st-hello
\ This task will run once on first startup of NNCron
<( VARIABLE 1s-cnt )>
RunOnce
Rule: 1s-cnt 1+! 1s-cnt @ 1 > ;
: welcome-text S" Thank you for installing nnCron!%crlf%\
Click nnCron icon in system tray to start using it immediately.%crlf%\
Please consult program documentation for help how to%crlf%\
configure and use nnCron - it's rather easy! :) Enjoy!%crlf%%crlf%\
nnSoft Team" EVAL-SUBST ;
Action:
Win2k?
IF
BALLOON: "Welcome!" "%welcome-text%"
ELSE
MSG: "%welcome-text%"
THEN
)#
#( purge-cron-log
Time: 0 12 * * 5 *
Action: PURGE-OLD: "log\*.log" 7
)#