I've got several thousand files that I need to convert via the command prompt. Is there anyway I can do this in one go using some kind of program?
The command itself will be in the following format:
C:\ hgt2xyz N00W050.hgt > N00W050.txt
C:\ hgt2xyz N00W051.hgt > N00W051.txt
.....etc
I know basic C and Java if thats any good. Thanks for any advice.
The command itself will be in the following format:
C:\ hgt2xyz N00W050.hgt > N00W050.txt
C:\ hgt2xyz N00W051.hgt > N00W051.txt
.....etc
I know basic C and Java if thats any good. Thanks for any advice.