Home

May 16th, 2007

11:43 am
Scheduling Jobs in Windows

It might be very obvious for some, but I've never delved into the Windows Server world. Personally, I still like cron.

at 00:00 /every:M,Th "echo hello"

Or PsTools for reboots:

at 00:00 /every:M,Th "c:\pstools\psshutdown -e P:4:1 -r -t 30"