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

2007-09-12 Thread Ashley Booth
Unfortunately I was confused by both responses I received. I have only been working with Python for a week, so everything is new. Thanks for your patience. John- I was not sure what you meant by "command line". I took what you said quite literally and created this: indir = raw_input('input direct

[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