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
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+ '
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