Process files in a directory?
I've successfully written a script which is actually in two parts (process files via one script and then process them again via another) The plan is to join these two scripts into one powerful überscript. However I don't know how to process files in a directory - running them as a batch process is no good as I need to control the whole process rather then lots of repeat and forget loops in a batch file. At the moment it works because I proces the files via batch file and then manually feed the second script a text file with all the files to be processed. Klunky, I know, but it works. But now I want to make the whole script more efficient. Are there any (simple) script examples of how to process more than one file at a time. Cheers.
