I am trying to run a script across a network to run word on another machine.
I can start a process on the remote machine, but I can't get the window to
show up.

Any ideas?

Thank you!
--
connerl

Script to open word remotely by davidp

davidp
Wed Jan 05 11:51:12 CST 2005

try psexec from sysinternals.com with the -i switch to
launch the program interactively - this could be easily
scripted..
>-----Original Message-----
>I am trying to run a script across a network to run word
on another machine.
>I can start a process on the remote machine, but I can't
get the window to
>show up.
>
>Any ideas?
>
>Thank you!
>--
>connerl
>.
>

RE: Script to open word remotely by connerl

connerl
Mon Jan 10 09:09:06 CST 2005

Thank you! It works great!