|
MoveOriginalTo= |
Top Previous Next |
|
MoveOriginalTo=
Command Line Examples
abatchit *.jpg prefix="my" moveoriginalto=x:\originalfiles\ abatchit *.jpg resizemethod=1/2x savein=x:\resized\ moveoriginalto=x:\originalfiles\
The MoveOriginalTo switch enable you to define the directory to move the original image files to after processing.
Note : This is equivalent to copy original images to a new directory and delete the original files in the source directory as such adding deleteoriginal switch would not have any effect.
Do not set moveoriginalto switch if you want to process the images using different parameters.
|