in reply to Running Batch of Files

I'm not sure I understand this question. Do you want your script to run against many files, rather than one file at a time? If so why not alter your script to read in a list of files (perhaps from a file or command line) or to process all files stored within a defined sub directory?

Replies are listed 'Best First'.
Re^2: Running Batch of Files
by tej (Scribe) on Oct 07, 2010 at 12:32 UTC

    Extreamly Sorry for confusion..But you got it right.

    I want to run my script agains many files. And i want it to do it through script, but dont know how to do it.