Re: suppress opening command window after using os.system command

2008-06-12 Thread Tim Golden
Gabriel Genellina wrote: En Thu, 12 Jun 2008 07:08:00 -0300, boriq <[EMAIL PROTECTED]> escribió: On 12 Jun., 11:51, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: En Thu, 12 Jun 2008 05:28:13 -0300, boriq <[EMAIL PROTECTED]> escribió: > I'm using in my script command os.system('command') o

Re: suppress opening command window after using os.system command

2008-06-12 Thread Gabriel Genellina
En Thu, 12 Jun 2008 07:08:00 -0300, boriq <[EMAIL PROTECTED]> escribió: On 12 Jun., 11:51, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: En Thu, 12 Jun 2008 05:28:13 -0300, boriq <[EMAIL PROTECTED]>   escribió: > I'm using in my script command os.system('command') on Windows XP. > Each time

Re: suppress opening command window after using os.system command

2008-06-12 Thread boriq
On 12 Jun., 11:51, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 12 Jun 2008 05:28:13 -0300, boriq <[EMAIL PROTECTED]>   > escribió: > > > I'm using in my script command os.system('command') on Windows XP. > > Each time the os.system command is used, python opens an empty ms-dos > > comm

Re: suppress opening command window after using os.system command

2008-06-12 Thread Gabriel Genellina
En Thu, 12 Jun 2008 05:28:13 -0300, boriq <[EMAIL PROTECTED]> escribió: I'm using in my script command os.system('command') on Windows XP. Each time the os.system command is used, python opens an empty ms-dos command window (the black one) and then closes it. So when in one script the os.syste

suppress opening command window after using os.system command

2008-06-12 Thread boriq
Hi, I'm using in my script command os.system('command') on Windows XP. Each time the os.system command is used, python opens an empty ms-dos command window (the black one) and then closes it. So when in one script the os.system command 50 times is used, I see 50 black windows. Is there a way of h