Second,
I have a file name acbde.#.ai.ps
where # can be any number, and ai and .ps are standard for each file.
When I run the script
Code: Select all
FOR %a in (*.ai.ps) DO convert -density 288 %a +matte -resize 50% %a.jpg
Is there a way to get *.jpg?
I think I am missing something with the dos command + some setting in IM.
Thanks for the help!
-Kris