Copy 10 files Wait Copy 10 More
Posted: Thu Mar 12, 2009 6:54 pm
I have a large number of xml files that I'm converting into another format using an app that scans a certain folder for said xml files. When it sees a suitable file it creates a .lck file (temp file) when it's done processing it creates a .bin file. The trouble is that I can only process 10 files at a time, but I don't want to manually copy 10 xml files into this directory....wait for processing...then copy the next 10. Can robotask load 10 copy 10 files over, wait for the .bin's of those files to be created, then move the NEXT 10 over? I would like to have it copy then rename 10 files out of a folder of about 800, wait for those 10 files to be turned into .bin files (or ERR files if they have errors) then copy and rename the next 10. I'll come back and clean the err files up later.