Re: [python-win32] How to make python scripts output to current cmd window? (like linux terminal)

2008-11-18 Thread Tim Roberts
Mike Driscoll wrote: > Tim Roberts wrote: >> >> I realized when I read my reply that I really did nothing to clear up >> any confusion. Allow me to provide an example. >> >> Let's say I have c:\bin\remote.py, and client.py in the current >> directory. WIthout the file associations for .py and .

Re: [python-win32] How to make python scripts output to current cmd window? (like linux terminal)

2008-11-18 Thread Mike Driscoll
Tim Roberts wrote: Tim Roberts wrote: sayeo87 wrote: Right now on Windows I have added ".py" to my PATHEXT so that I can run .py files by doing ./.py. But when I do this the output of the program goes to a new command prompt window which instantly disappears. How can I instead make t