Goal: I'm trying to send files to a different folder (a folder in another part of the C drive, and not the one I'm currently in.)
How do I do this?
The files are in a folder called \Users\myname\Documents\Art
I've changed to that directory.
Then I try to use this command:
Code: Select all
mogrify -path \Users\myname\Documents\newfolder -resize x900 -format png *.png
Do I have the wrong syntax? Can I only send files to the current directory I'm in?
Thanks for any help.