Image-ExifTool - Re: How to copy a AVI file to 2 different locations

Posted on Tue Jan 29 02:19:56 2008 by exiftool in response to 6962 (See the whole thread of 2)
Re: How to copy a AVI file to 2 different locations
ExifTool can not be used to copy unsupported file types. Even if it could, the -o option is not flexible enough to allow you to set the output filename as you want. In your case, I would use exiftool to write a command file (or batch file) that you could excute to perform the copy for you. Use the -p option to format the exiftool output in the form of the necessary commands, then pipe the output to a batch file and execute the batch file after exiftool runs.

- Phil
Write a response