G
Guest
@echo off
for %%i in (%*) do exifiron -R -E -b %%i
The file is designed to rotate jpeg images using the program exifiron.
Anyway, the batch file will process an unlimited number of images at one
time, but when I compile the file into an executable it will only
process a maximum of two images. If I try to feed it more than two images
at a time it won't process anything. I've tried several different compilers
and the results are always the same.
I've tried various changes suggested to me but nothing has worked to
eliminate this limitation.
Any help would be much appreciated.
Mike
for %%i in (%*) do exifiron -R -E -b %%i
The file is designed to rotate jpeg images using the program exifiron.
Anyway, the batch file will process an unlimited number of images at one
time, but when I compile the file into an executable it will only
process a maximum of two images. If I try to feed it more than two images
at a time it won't process anything. I've tried several different compilers
and the results are always the same.
I've tried various changes suggested to me but nothing has worked to
eliminate this limitation.
Any help would be much appreciated.
Mike