Win32: silent script

Tres Seaver tseaver at Starbase.NeoSoft.COM
Tue Jul 6 02:00:12 EDT 1999


In article <37809062.6D463928 at phoenix-edv.netzservice.de>,
Holger Jannsen  <holger at phoenix-edv.netzservice.de> wrote:
>High,
>
>I'd like to use a little python-script to start win-programs
>with special parameters. So I've made some links up to that 
>python-script in windows-menu. 
>But I'd like to let the programs start without the 
>rising dos-window, that occurs for a few centiseconds while
>python-script is working. Or even let it start with a minimized
>window outside the real screen or something like that....
>
>How could I realize that?
>Is there a startup-flag I could set when calling python.exe?
>Other possibility: How could I set the 'minimized window' option
>in that link by python-code?
>
>thanx,
>Holger

Use pythonw.exe.  Its entire purpose in life is to make the console
window unnecessary.

-- 
---------------------------------------------------------------
Tres Seaver           tseaver at palladion.com       713-523-6582
Palladion Software    http://www.palladion.com




More information about the Python-list mailing list