YaleCoder,

If you have 5000+ files to do, you might want to create an ini file and get your source and target data from that. That is, set keys such as:

 Code:
[Data]
number = 5012
source1 = ...
target1 = ...
source2 = ...
target2 = ...


Then, you can just loop through the ini (or set a key with the total number of targets). User readprofilestring and you can let it run overnight or over the weekend. \:\)

Regards,

Brad V