Batch window

Jeffrey Kunce kuncej.CENTRAL2.MDCEMAIL at mail.conservation.state.mo.us
Fri Nov 19 12:50:24 EST 1999


>Is it posible to automaticaly minimize the python window, when starting
>a GUI application on Windows ?

As others have answered, pythonw.exe will run a python program
with *no* python window.

If you actually want a minimized python window to be present,
use something like:

    START /MIN python.exe myprog.py

Sometimes the python window is useful for debugging, or
as a log window.

  --Jeff





More information about the Python-list mailing list