I want to run gdaladdo on approx. 500 images all sitting in the same directory.&nbsp; <br><br>I have tried the command <br><br>D:\TestGisData\&gt;gdaladdo --config USE_RRD YES *.jpg 3 9 27 81<br><br>and I get the error: <br><br>
ERROR 6: The JPEG driver does not support update access to existing datasets.<br><br>ERROR 1: Attempt to extend field string in node past end of data,<br>not currently supported.<br>Overview building failed.<br><br>Since the command D:\TestGisData&gt;gdaladdo --config USE_RRD YES 01.jpg 3&nbsp; 9 27 81<br>
<br>ERROR 6: The JPEG driver does not support update access to existing datasets.<br>
<br>
0...10...20...30...40...50...60...70...80...90...100 - done.<br>
0...10...20...30...40...50...60...70...80...90...100 - done.<br>
0...10...20...30...40...50...60...70...80...90...100 - done.<br><br>works, I assume that there isn&#39;t a &#39;wildcard mode&#39; and that I will need to write a dos shell script to do a batch run.&nbsp; <br><br>Can anyone point me to an example of a script like this?&nbsp; I did a lot of searching, but couldn&#39;t find anything.&nbsp; <br>
<br>Thanks, <br><br>David.<br><br>