Scheduled task

  • Thread starter Thread starter LegTech
  • Start date Start date
L

LegTech

I am trying to get a scheduled task to about 600 xp machines. What is
the best way to do this?
 
LegTech said:
I am trying to get a scheduled task to about 600 xp machines. What is
the best way to do this?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top