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

2008-11-17 Thread sayeo87
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

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

2008-11-17 Thread Tim Roberts
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 the output go to

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

2008-11-17 Thread Tim Roberts
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 the output go to the current command prompt wi