[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

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

2007-09-11 Thread Alan Gauld
"Ashley Booth" <[EMAIL PROTECTED]> wrote > So far I can get it to read the directory fine but it ends up just > opening the script I want the files to be fed into instead of giving > it the input and output to run and running it. Any ideas? > > Here is what I have so far: > > import sys, os > > i