Sending Files to A Different Directory When Using Mogrify
Posted: 2014-01-23T12:29:58-07:00
Hi, new user here. Don't know very much about command line basics (as you shall see below), so any help appreciated!
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:
I get a bunch of "unable to open image", no such file or directory errors.
Do I have the wrong syntax? Can I only send files to the current directory I'm in?
Thanks for any help.
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.