[python-win32] Newbie wmi + process running in background + s
tdio question
Tim Golden
tim.golden at viacom-outdoor.co.uk
Thu Oct 21 10:11:38 CEST 2004
[Gaspard, Bradley S]
| I am using TIm Golden's module to launch an application.
| This brings up a
| command console where the application then is writting status
| info to. Is
| it possible to instead have this output write to a file in
| the background?
Can you post some code showing what you're doing? I suspect
the answer will be that you can't avoid the console window,
but it depends on what you're after. AFAIK, this is essentially
the same question that gets asked from time to time when
someone wants to do os.system ("do_something") and doesn't
want the console to appear.
As was pointed out elsewhere, you can always redirect the output
away to a file, but I suspect that you don't just want the
output elsewhere, but that you don't want the console window
at all.
TJG
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
More information about the Python-win32
mailing list