I have an external .exe that will process a single file at a time. The problem is i have several hundreds of files to process, so i wanted to implement some code that allows me to loop an instruction for every file in a directory (all are named *.xyz).

Any sugestions please?
Thanks