Re: [gdal-dev] how to batch rgb2pct

2009-10-08 Thread Matt Wilkie
Hi Micheal, rgb2pct is a batch file, so when used inside another batch it must be "called" in order for control to return to the initiator: call rgb2pct v:\historic_topos\rects\w\arnold-pond-w.tif v:\historic_topos\8bits\w\arnold-pond-w.tif call rgb2pct v:\historic_topos\rects\w\attean-w.

[gdal-dev] how to batch rgb2pct

2009-09-24 Thread Smith, Michael
I have a .bat file which I'm trying to run, here are a few lines: rgb2pct v:\historic_topos\rects\w\arnold-pond-w.tif v:\historic_topos\8bits\w\arnold-pond-w.tif rgb2pct v:\historic_topos\rects\w\attean-w.tif v:\historic_topos\8bits\w\attean-w.tif rgb2pct v:\historic_topos\rects\w\baker-lake-w.ti