1

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 .

enter image description here

Jimm Chen
  • 2,886
  • 3
  • 31
  • 53
  • 1
    possible duplicate of [Why doesn't Python behave as expected when stdout and stdin are redirected?](http://stackoverflow.com/questions/27080516/why-doesnt-python-behave-as-expected-when-stdout-and-stdin-are-redirected) – Harry Johnston May 20 '15 at 04:34

0 Answers0