I have approx. 1200 document files from which I want to create an iso image. The list is in an excel spreadsheet and contains the path to the files on a mapped network drive. The issue is that all these images are in different/individual folders on a mapped network Drive. Adding each file to the iso image would take hours.
I could copy the files to a single folder first. However the file's properties (Creation Date) would be the date the copy was made. its important that the creation date to be the same as the original file on the network drive.
I cant find an ISO creator that allows you load up a list of files from a text file or whatever. is there such a thing? or a way of doing this.
or is there a way of copying the files without changing the creation date? (preferably with VBA)
any help ideas would be much appreciated