Search found 1 match

by DryLand404
Thu Jun 09, 2011 2:26 pm
Forum: NConvert
Topic: Convert multipage tiff recursive.
Replies: 1
Views: 1924

Re: Convert multipage tiff recursive.

Try
FOR /r /d %%a IN (*.tif) DO nconvert.exe -multi -out tiff -o %%a %%a\*.tif