draghuna
September 6th, 2005, 12:50 PM
I am trying to execute a DOS command on a remote server from my local machine using my application. I used this app to currently work on my local machine and it works fine. Is there any property we can specify to run this command on a remote server and get the output. I do have all access permissions required on the remote server.
System.Diagnostics Process helps me out to execute this command on my local machine. Is there any other property through which I could specify the machine name and execute what I need on the remote machine.
-DD
System.Diagnostics Process helps me out to execute this command on my local machine. Is there any other property through which I could specify the machine name and execute what I need on the remote machine.
-DD