For each of these rows of data I want to TRY and find the NAMED file in the file system and copy the file to a specific directory.
I have tried using the FOR command together with an IF EXIST statement but it appears to read the name of the file only as when i use TYPE >> filename I get the entire list, although I only want the ones I cna find
Is this possible ?You need to post the code you have written so far.