Re: [Tutor] Making a python script to feed files into another python script

2007-09-10 Thread John Fouhy
On 11/09/2007, Ashley Booth <[EMAIL PROTECTED]> wrote: > I am trying to create a script that will get files from a directory > that the user specifies, then feeds the relevant input and output > (which are input and output paths) into another python script whose > path is also given by the user. I'

[Tutor] Making a python script to feed files into another python script

2007-09-10 Thread Ashley Booth
I am trying to create a script that will get files from a directory that the user specifies, then feeds the relevant input and output (which are input and output paths) into another python script whose path is also given by the user. I'm pretty lazy after all and I would rather spend my time making