Re: window opens with os.system()

2007-02-18 Thread jim-on-linux
On Sunday 18 February 2007 17:27, Gabriel Genellina wrote: > En Sun, 18 Feb 2007 18:09:23 -0300, > jim-on-linux <[EMAIL PROTECTED]> > > escribió: > > I have a simple module that sends text files > > to a printer. Then, it moves the file to the > > 'Fprtd' directory. The module contains the > > fol

Re: window opens with os.system()

2007-02-18 Thread Gabriel Genellina
En Sun, 18 Feb 2007 18:09:23 -0300, jim-on-linux <[EMAIL PROTECTED]> escribió: > I have a simple module that sends text files to a > printer. Then, it moves the file to the 'Fprtd' > directory. The module contains the following > code; > > > # > > for n in PrtList: > os.system('type '+n+ '

window opens with os.system()

2007-02-18 Thread jim-on-linux
python help, I'm testing on xpPro I have a simple module that sends text files to a printer. Then, it moves the file to the 'Fprtd' directory. The module contains the following code; # for n in PrtList: os.system('type '+n+ ' > prn' os.system('move '+n+ ' Fprtd') # os.system