[osmosis-dev] Merging two entity streams fails on Windows
Peter Körner
osm-lists at mazdermind.de
Sun Jan 23 18:07:24 GMT 2011
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
More information about the osmosis-dev
mailing list