This sounds like a job for queue matching
If you have a set of input files in a directory, you can tell condor_submit to create a job for each file like this
input = $(INFILE)
queue INFILE files matching (/path/to/files/*)
-tj