Thanks for posting in this group.
You can use "Process Class" in .Net to invoke a remote process.
But you should have the enough permission on remote machine.
There will be some sample code in Process class's document in MSDN, you can
go and check it.
If you wanted more complicated control on remote machine process, you can
use named pipe to communicate.
The article below use VC6.0 and Named Pipe to execute applications on
remote systems: http://www.codeguru.com/network/xCmd.html
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
After thinking about it I think the best solution is to use Remoting since
the App on the remote computer is a GUI application.
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.