If you want to hide the window which your app was launched, rename the .py
file to .pyw
You wan't see the console window then

Message: 9
Date: Wed, 24 Jan 2007 09:40:47 +0100
From: le dahut <[EMAIL PROTECTED]>
Subject: [python-win32] Launch process
To: python-win32@python.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

What's the best way to launch a process and waiting for its exit code ?
I'm looking for something that can take win32con.SW_HIDE as argument
(os.spawnv don't).
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to