Possible Duplicate:
How to execute a command in a remote computer?
here is my question.
I have a remote computer LIQIANDEV and on it there is a command C:\test\test.cmd. Now I have a web server LIQIANTEST, I want to run the test.cmd on remote computer LIQIANDEV using C# code, how should I do this?
Thanks a lot for your help.