I am trying to use NConvert to create a series of file conversions. I want to steer them with a .bat file. I have the following command in the commandline promt:
Code: Select all
nconvert -out jpeg -ratio -resize 500 500 -o slides\%.jpg originals\*.jpg
I am not very experienced with .bat files. Is there any solution?