in reply to How can I open and use a DOS window on another computer?
I'm surprised no-one has mentioned this yet, because if you're trying to use Windows, SysInternals' tools are very useful. For example:
Gets you a command prompt on "remotebox". You could (probably) do something hideous with pipes to run whatever commands you (or anyone else unless you're very careful) want.> psexec \\remotebox cmd
|
|---|