I'm learning Debugging Tools for Windows, and I know there is a Remote.exe that can serve console input/output to a remote machine. I have tried this with diskpart and it works well.
- Server side:
remote /s diskpart mysession - Client side:
remote /c 172.27.0.120 mysession
However, when I try to serve python.exe, it does not work. Whether I type command(python statement line) into server-side cmd window or client-side cmd window, no output is seen on either side.
Can someone explain why remote.exe can't work with python.exe ?
I'm using Remote.exe 6.3.9600.17029 (Win81 era) on both sides, Windows 7 .