Moving converted files

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
schil
Posts: 2
Joined: Fri Sep 16, 2011 2:35 am

Moving converted files

Post 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
schil
Posts: 2
Joined: Fri Sep 16, 2011 2:35 am

Re: Moving converted files

Post by schil »

someone reply?
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Moving converted files

Post by xnview »

you can use -o c:\output\files.jpg
Pierre.
Post Reply