Dima Batenkov schrieb:
However (this is another unrelated problem) I cannot put the three above commands into one batch file because the batch exits after completing just the first line.
This is because osmosis is launched as a batch script (osmosis.bat) which uses exit to terminate. Instead it use a jump-mark (:eof) at the end of the batch-file and jump there using goto :eof when it wishes to terminate.
Patches welcome. Peter _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
