Link to home
Start Free TrialLog in
Avatar of bergel
bergel

asked on

how to hide the MS-dos window of an outside dos program in python

In my python program, I use spawnl and os.system to call an outside dos .exe program. When that dos program is called and running, a MS-Dos window appears briefly and then disappears as the dos program ends. My question is: is there any way to suppress the appearance of that Dos Window? I am using py2exe to distribuite the program.
ASKER CERTIFIED SOLUTION
Avatar of RichieHindle
RichieHindle

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bergel
bergel

ASKER

Excellent.  Thanks, this solved my problem.