- Create a schedule task from shell command.
- Posted by Massimo Manarini on December 3rd, 2005
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..
- Posted by Torgeir Bakken \(MVP\) on December 3rd, 2005
Massimo Manarini wrote:
> 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, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
- Posted by Massimo Manarini on December 3rd, 2005
Torgeir Bakken (MVP) wrote:
> Massimo Manarini wrote:
>
>> 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.