input/output filenames and paths
Posted: 2016-02-20T09:08:56-07:00
Very new to this and trying to figure out how to handle folders/directories on windows.
If I have this batch file in the same directory as the image, it works great:
montage -label "Bottom SC" *.jpg -geometry +0+0 -pointsize 200 -background Gold 1btmSC.jpg
However, I need to get it to where the batch file can be located in a different folder/directory than the image. But as soon as I add a path to my command line, it doesn't work anymore:
montage -label "Bottom SC" 'C:\TIApic\1btmSC\*.jpg' -geometry +0+0 -pointsize 200 -background Gold 1btmSC.jpg
or
montage -label "Bottom SC" 'C:\TIApic\1btmSC\*.jpg' -geometry +0+0 -pointsize 200 -background Gold 'C:\TIApic\1btmSC\1btmSC.jpg'
I tried " or ' or no quotes at all. Any pointers?
Thanks
If I have this batch file in the same directory as the image, it works great:
montage -label "Bottom SC" *.jpg -geometry +0+0 -pointsize 200 -background Gold 1btmSC.jpg
However, I need to get it to where the batch file can be located in a different folder/directory than the image. But as soon as I add a path to my command line, it doesn't work anymore:
montage -label "Bottom SC" 'C:\TIApic\1btmSC\*.jpg' -geometry +0+0 -pointsize 200 -background Gold 1btmSC.jpg
or
montage -label "Bottom SC" 'C:\TIApic\1btmSC\*.jpg' -geometry +0+0 -pointsize 200 -background Gold 'C:\TIApic\1btmSC\1btmSC.jpg'
I tried " or ' or no quotes at all. Any pointers?
Thanks