Hi there,

I had a question.

Just say I had 2 PCs.

PC A:
a window service called RemoteFireService is running behind. When PC A receive the command (example, "dir") from PC B, it will fire this command "dir" to PC B.


PC B:
a window service called RemoteGetCommandService is running behind. This service will get this current PC commands and call a web service (return a string) back to PC A.

Okay, should i be using WMI to do this or Win32 API?

I am using C#.NET, and I need some guidance. I know how to do web services and calling wmi remotely.

Do i need to create my own telnet?

Thanks.