PDA

View Full Version : newdate schudler problem


Pretone
09-26-2007, 04:30 AM
I have a problem on schudler I see this
For example if you are located in CET timezone, in order to trigger an event at midnight every day use: EveryDay = 0 22 * * ..\scripts\everyday.exe because the difference is -2 hours, at least when I'm writing this.

Day of month is between 1 and 31.

now I try to set
nxNewDate = 0 0 * * TCL ..\scripts\nxTools\nxUtilities.tcl NEWDATE and make annunche @ 02.00 create newday dir corret if I use 0 22 when annunce create a dir with last day example on 00 of 09/26 create 0925 dir if I put 0 22 any help?

hukker
09-26-2007, 04:02 PM
you prolly need to be you pretone to understand what you just said :) ive got no clue what so ever. Anyways heres what Iam using for a time diffrence of two hours...


nxNewDate = 0 22 * * TCL ..\scripts\nxTools\nxUtilities.tcl NEWDATE

FTPServerTools
09-27-2007, 03:14 AM
Alternatively you can use my NewDay.exe which adds hours and days and get days ahead of time as you wish.

Pretone
09-27-2007, 04:49 AM
ok now I try same other ..