I want to convert all the tif files in one folder into a different folder using wildcards. I cannot get the %% filename substitution suggested in the help info to work.
e.g. nconvert -out tiff -multi -binary nodither -c 7 -o newfolder\%%.tif *.tif
any clues?
thanks
Wildcards %% do not work
Moderators: helmut, XnTriq, xnview
Re: nconvert output filenames or output into a different fol
Only % if not in .batsimes wrote:I want to convert all the tif files in one folder into a different folder using wildcards. I cannot get the %% filename substitution suggested in the help info to work.
e.g. nconvert -out tiff -multi -binary nodither -c 7 -o newfolder\%%.tif *.tif
any clues?
Pierre.