how to convert all files in given folder to different type
Posted: 2009-03-16T00:49:11-07:00
I tried
convert.exe e:\*.png e:\*.jpg
Error: cannot find *.png.
I think I am not using the correct wild card character.
What should be command for converting all png files to jpg in e:\.
convert.exe e:\*.png e:\*.jpg
Error: cannot find *.png.
I think I am not using the correct wild card character.
What should be command for converting all png files to jpg in e:\.