Search found 2 matches
- Sun Sep 18, 2011 3:04 pm
- Forum: NConvert
- Topic: Moving converted files
- Replies: 2
- Views: 978
Re: Moving converted files
someone reply?
- Fri Sep 16, 2011 2:54 am
- Forum: NConvert
- Topic: Moving converted files
- Replies: 2
- Views: 978
Moving converted files
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