Hi,<br><br>I have set up 4 .bat files each which run the following over and over again:<br><span style="text-decoration: underline;">file1.bat</span> <span style="text-decoration: underline;">file2.bat
</span> <span style="text-decoration: underline;">file3.bat</span> <span style="text-decoration: underline;"><span style="text-decoration: underline;"></span>file4.bat</span>
<br>gdal_translate gdal_translate gdal_translate gdal_translate<br>gdaladdo gdaladdo gdaladdo gdaladdo<br>gdaltindex gdaltindex gdaltindex gdaltindex
<br><br>What I would like to do is run all 4 .bat files at the same time so as to save time, but I am concerned that their may be a conflict since all 4 files will be running gdaltindex to the same .shp file. What if say
file1.bat and file3.bat happen to call gdaltindex at the same time will they both fail to update the .shp file; will only one update the .shp or will both of them successfully update the .shp file. Is their any parameter that I should add when running gdal_translate, gdaladdo or gdaltindex to make it more efficient or stable?
<br><br>Thanks,<br clear="all"><br>-- <br>John J. Mitchell