Le 09/15/2010 10:05 AM, Fabrice LALLAURET - PSV a écrit :
Hi all,
I try to use some gdal tools in a batch file on windows and I've a
strange side effect. Here is a little batch use with fwtools 2.4.7.
@echo off
echo "Test 1 with file list"
del listin.txt test1.vrt test2.vrt
for %%F in (krel*
Hi all,
I try to use some gdal tools in a batch file on windows and I've a
strange side effect. Here is a little batch use with fwtools 2.4.7.
@echo off
echo "Test 1 with file list"
del listin.txt test1.vrt test2.vrt
for %%F in (krel*.tif) do @echo %%F>> listin.txt
gdalbuildvrt -input_file_l