Moving converted files
Posted: Fri Sep 16, 2011 2:54 am
Hi !
I got this script:
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
I got this script:
Code: Select all
nconvert -out jpeg pics\*.bmp
Thanks