how do I put the python on my desktop or even access it

eryk sun eryksun at gmail.com
Sun Jan 17 16:46:49 EST 2016


On Sun, Jan 17, 2016 at 9:03 AM, Michael Torrie <torriem at gmail.com> wrote:
>
> but if it's a text-mode program you must run it from cmd.exe like this:
>
> python \path\to\myprogram.py.

You only need to run from another console program to keep the window
open after Python exits. You can even do that in other ways, but doing
that is more complicated than it is useful.

BTW, each console window is hosted by an instance of conhost.exe.
There's nothing special about cmd.exe with respect to the console.



More information about the Python-list mailing list