For scheduling processes in Windows check out the cron on Windows node which provides several handy solutions.
HTH
_________ broquaint | [reply] |
There's no need to write a second script to call the filter, use the Windows Scheduled Tasks.
You can use it from your Command Prompt like this:
c:\>at <when> /interactive what-to-run, or simply going to your control panel and clicking, Scheduled Tasks
Hope this helps. | [reply] |
Well, I think we need a little more info about what microsoft os you are running on your server. Have you looked at AT the scheduler for win32 systems... you may also want to have a look at writing your script as a win32 service by using Win32::Daemon found at Roth's web site
-----
Of all the things I've lost in my life, its my mind I miss the most.
| [reply] |