launch a remote scheduled task

E

Etienne REMOND

Hello
i've got a nt4 server and a w2k server who has a scheduled task.
whith graphical gui, on the nt4 server, i can open the
\\w2kServer\scheduledTasks and right click a task in order to launch it
on the w2kServer.
i would like to do the same with dos command.
what are the commands, on the nt4 server, to launch the remote scheduled
tasks of the w2kserver.

thank you in advance



Etienne (french speaking)
 
P

Pegasus \(MVP\)

Etienne REMOND said:
Hello
i've got a nt4 server and a w2k server who has a scheduled task.
whith graphical gui, on the nt4 server, i can open the
\\w2kServer\scheduledTasks and right click a task in order to launch it on
the w2kServer.
i would like to do the same with dos command.
what are the commands, on the nt4 server, to launch the remote scheduled
tasks of the w2kserver.

thank you in advance



Etienne (french speaking)


Here are a couple of alternatives:
- Use psexec.exe to start a Command Prompt on the Win2000
server, then run at.exe to schedule the task. You can
get psexec.exe from www.sysinternals.com.
- Use schtasks.exe from a WinXP PC to schedule the task.
Have a look here to see how schtasks.exe can be made
to run on non-WinXP machines:
http://www.jsifaq.com/SF/Tips, /tip5300/rh5335.htm
 

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

Top