Currently I am giving two commands for this:
Code: Select all
convert "12 x 36\010 copy.jpg" c:\up_temp\001.jpg
Code: Select all
"convert.exe" -define jpeg:size=500x180 "C:\up_temp\001.jpg" -auto-orient -thumbnail 200x200 -unsharp 0x.5 "c:\up_temp\tn\00001.jpg"
How can I convert above two commands to one single command so that both things are completed in one single command?
TIA
Yogi Yang