Re: [gdal-dev] problem with unwanted white space in input file list for gdalbuildvrt

2010-09-15 Thread Fabrice LALLAURET - PSV
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*

[gdal-dev] problem with unwanted white space in input file list for gdalbuildvrt

2010-09-15 Thread Fabrice LALLAURET - PSV
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