On Wed, Oct 13, 2010 at 11:02 PM, Eric Railine <erailine at gmail.com> wrote: > > So, something like this? > > for %i in (*.xml) do findstr "</Audit>" %i && move %i %i.done > > (That's interactive, of course; to run it as a script add a second % in > front of each variable.) > > That is exactly what I need!