user iconPeterJZ on April 24th 2008
1739 views

topic iconTarget Directory

Resize to other Directory

I am afraid I just cannot figure this one out.

I want to resize Image1.jpg in C:\Images and place the resized file in C:\NewPics. Could you please provide the complete line of code to do this?

Thanks very much in advance.

Peter

user iconVlasta on April 24th 2008 0

I assume you are talking about Picture Resizer. That would be:
PhotoResize400.exe "-cC:\NewPics\<PATH><NAME>.jpg" C:\Images\Image1.jpg

user iconPeterJZ on April 24th 2008 0

Brilliant! Thank you very much, I really appreciate your help!

Peter

user icon