View Single Post
Old 07-02-2009, 11:34 AM   #3 (permalink)
illyume
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


Re: Executing .bat file in multiple subdirectories

Thank you so much! I haven't quite figured out what that code does, but I've been able to put it in my .bat files, adjusted a few things, and it's working just as I wanted it to now!

This is great! :D

Err, scratch that. It's almost working perfectly. Then I get to "Bird House.tif" and it does the bad '*** do I do with whitespace!?' thing again. At least this time it's a little further in the function call, and there's only two spots I'm going to have to change things further, it looks like.

So, here's the first place where it errors:


And there's another line that I'm pretty sure will do the same thing:
convert img_inside.png img_edging.png -background none -flatten %file%.png

How do I fix this?

Last edited by illyume; 07-02-2009 at 11:45 AM.
illyume is offline   Reply With Quote