Click to See Complete Forum and Search --> : Launch a process in a remote machine


April 28th, 1999, 04:59 AM
I would like to launch a process in a remote machine, but I donīt know how I can do it. I am working with Windows NT.I know how I can kill a process in a remote machine with rkill, but i donīt know how i can launch it.
Thanks very much.

Lothar Haensler
April 28th, 1999, 05:39 AM
there is a REXEC command that is supposed to allow you to start a process on another machine.

May 5th, 1999, 06:38 AM
If the application you want to launch is developed on your own
you can implemment COM interface. DCOM technology enables both launching and
killing such process either on local or remote machine quite easily.
It also enables to communicate with such process across network.