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
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
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