|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
REMOTE processI need to fire or launch an application whose EXE/Path I know on a remote
box on my network. My existing PROCESS code does not seem to do this despite the use of the .DOMAIN property where I pass the machine name. Please help. Hello, John!
JC> I need to fire or launch an application whose EXE/Path I know on a JC> remote box on my network. My existing PROCESS code does not seem to do JC> this despite the use of the .DOMAIN property where I pass the machine JC> name. Please help. What error/exception do you obtain? I just ends up launching the EXE in my local machine instead of the
REMOTEMACHINE. Comments? Show quote "Vadym Stetsyak" <vady***@ukr.net> wrote in message news:OySR$fYVGHA.5496@TK2MSFTNGP11.phx.gbl... > Hello, John! > > JC> I need to fire or launch an application whose EXE/Path I know on a > JC> remote box on my network. My existing PROCESS code does not seem to > do > JC> this despite the use of the .DOMAIN property where I pass the machine > JC> name. Please help. > > What error/exception do you obtain? > > -- > Regards, Vadym Stetsyak > www: http://vadmyst.blogspot.com Hello, John!
WMI can be the solution for you. Take a look at ( http://www.codeproject.com/csharp/wmi.asp ) - create process is the keyword ( http://www.serverwatch.com/tutorials/article.php/1476821 ) - VBS |
|||||||||||||||||||||||