Create a schedule task from shell command.

  • Thread starter Thread starter Massimo Manarini
  • Start date Start date
M

Massimo Manarini

How can i schedule task in windows xp from shell? I don't want use GUI
(graphics..) because i must manage many computer and i want insert
schedule task in all computer .
Anyone can help me?

Thank'you..
 
Massimo said:
How can i schedule task in windows xp from shell? I don't want
use GUI (graphics..) because i must manage many computer and i
want insert schedule task in all computer .
Anyone can help me?
Hi,

C:\>schtasks.exe /?

SCHTASKS /parameter [arguments]

Description:
Enables an administrator to create, delete, query, change, run and
end scheduled tasks on a local or remote system. Replaces AT.exe.

(snip rest of help listing)
 
Torgeir said:
Massimo said:
How can i schedule task in windows xp from shell? I don't want
use GUI (graphics..) because i must manage many computer and i
want insert schedule task in all computer .
Anyone can help me?

Hi,

C:\>schtasks.exe /?

SCHTASKS /parameter [arguments]

Description:
Enables an administrator to create, delete, query, change, run and
end scheduled tasks on a local or remote system. Replaces AT.exe.

(snip rest of help listing)
Oh thank'you very much.
 
Back
Top