Re: Avoiding DOS Window...

2005-04-11 Thread fred.dixon
Launching a subprocess without a console window http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409002 -- http://mail.python.org/mailman/listinfo/python-list

Re: Avoiding DOS Window...

2005-04-11 Thread Larry Bates
Andrea, Take a look at Win32 extensions CreateProcess method. You can control the window location/size or run minimized. win32process.CreateProcess(execute_target, commandLine, processAttributes, threadAttributes,