Filename globbing under Windows
Posted: 2013-03-09T11:41:01-07:00
I am trying to produce photo index prints with montage, see http://www.imagemagick.org/Usage/windows/#for_recursive
The decisive command line is something like:
montage -geometry 210x140+0+5 -tile 6x "subdirectory\*.jpg" photo_index.jpg
If the subdirctory name contains German umlauts, this code line produces an error, not only in the DOS batch file, but also when typed into a cmd box by hand. I think this used to function in former times, but I am not sure of this.
Changing the codepage to 1252, the Windows equivalent to ISO 8859-1 does not help. Any ideas or is this just a bug?
The decisive command line is something like:
montage -geometry 210x140+0+5 -tile 6x "subdirectory\*.jpg" photo_index.jpg
If the subdirctory name contains German umlauts, this code line produces an error, not only in the DOS batch file, but also when typed into a cmd box by hand. I think this used to function in former times, but I am not sure of this.
Changing the codepage to 1252, the Windows equivalent to ISO 8859-1 does not help. Any ideas or is this just a bug?