Page 1 of 1

Moving converted files

Posted: Fri Sep 16, 2011 2:54 am
by schil
Hi !

I got this script:

Code: Select all

nconvert -out jpeg pics\*.bmp
So that means it will convert all bmp files to jpg in folder C:\pics, but what I also want to include is command to move those converted jpg files to subfolder conv (C:\pics\conv). How to do that?

Thanks

Re: Moving converted files

Posted: Sun Sep 18, 2011 3:04 pm
by schil
someone reply?

Re: Moving converted files

Posted: Mon Sep 19, 2011 7:36 am
by xnview
you can use -o c:\output\files.jpg