in reply to Re: looking for a quickie
in thread How do I execute a shell command against each file in a directory and it's subdirectories? (was: looking for a quickie)

++BUK for getting me to look at the cmd.exe docs!

Here's another snippet -

for /R %f in (*) do doit -switches %f