Hi, at the moment i have a program that examines a file, does some processing and then outputs the results in a file.
Is it posible to examinemultiple files stored in a folder all at once, then output the report files in a seperate folder without having to run my program each time for each file?
thanks