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.