Rename the script's extension to .pyw

This will make pythonw.exe run it instead of python.exe. This will remove
the command prompt like window.

GBU
Matthew Sherborne
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 11:59 AM
Subject: hiding the MS-DOS shell while processing


> We're running a python script (version 2.1) from a C++
program...........the
> call looks something like this:
>
> python d:\OurScriptName d:\FileWeAreProcessing
>
> The problem is that the MS-DOS shell displays on the screen while
> processing...........I'm wondering if there is any way to hide the MS-DOS
> shell or make it invisible during the processing?
>
> Thanks very much.
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to