<div dir="ltr">Hello,<br>I would like to create a bat file for gdal_translate. I have about one thousand sid files that I would like to convert to jpg, I know I can use, "gdal_translate -of JPEG FILENAME.sid OUTPUT.jpg" to do this but doing that 1000 X's would not be efficient (or fun). <br>
I know there is a way to write something like:<br><br>for file in *<br>do input=`echo $file <br>etc etc.<br><br>I just cant remember exactly how it should be written. If anyone can help that would be great.<br><br>thank you,<br>
Garret<br><br></div>