<div dir="ltr">Hello,<br>I would like to create a bat file for gdal_translate.&nbsp; I have about one thousand sid files that I would like to convert to jpg, I know I can use, &quot;gdal_translate -of JPEG FILENAME.sid OUTPUT.jpg&quot; to do this but doing that 1000 X&#39;s would not be efficient (or fun).&nbsp; <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.&nbsp; If anyone can help that would be great.<br><br>thank you,<br>
Garret<br><br></div>