L LegTech Sep 22, 2003 #1 I am trying to get a scheduled task to about 600 xp machines. What is the best way to do this?
T Torgeir Bakken (MVP) Sep 22, 2003 #2 LegTech said: I am trying to get a scheduled task to about 600 xp machines. What is the best way to do this? Click to expand... Hi WinXP has a built in command-line scheduler named schtasks.exe. Schtasks.exe supports creating, running, deleting, changing, terminating, and querying scheduled tasks on local and remote computers. In a script/batch file, enumerate a list of the 600 xp machines and make a callout to schtasks.exe for each computer. For more information, in Help and Support, search for schtasks and/or run schtasks.exe /? in a command prompt.
LegTech said: I am trying to get a scheduled task to about 600 xp machines. What is the best way to do this? Click to expand... Hi WinXP has a built in command-line scheduler named schtasks.exe. Schtasks.exe supports creating, running, deleting, changing, terminating, and querying scheduled tasks on local and remote computers. In a script/batch file, enumerate a list of the 600 xp machines and make a callout to schtasks.exe for each computer. For more information, in Help and Support, search for schtasks and/or run schtasks.exe /? in a command prompt.