View Single Post
Old 10-24-2003, 05:24 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

Ok this is the beginners solution...
make 24 lines in your scheduler:
Do0000 = 0 0 * * EXEC c:\windows\system32\cmd.exe /c time /t >>0000.txt
Do0100 = 0 0 * * EXEC c:\windows\system32\cmd.exe /c time /t >>0100.txt
Do0200 = 0 0 * * EXEC c:\windows\system32\cmd.exe /c time /t >>0200.txt
Do0300 = 0 0 * * EXEC c:\windows\system32\cmd.exe /c time /t >>0300.txt
etc... until you've done them on every hour.
Stay around then untill your clock turns over and a new day starts and just look which files are created. The latest is the one you need to put your normal newday things in.
FTPServerTools is offline   Reply With Quote