Hello, I try to resize pictures with the following attributes: - size = 400 - overwrite existing files - recursive from startfolder - without prompting - files matching a special wildcard filter
I use: PhotoResize400RIO.exe "-zfolder.jpg" <startfolder>
The -z option doesn't work - no files are processed but i have several files called folder.jpg in the folderstructure under <startfolder>. (If I use -z*.* all files are processed - but this is to much)