Does anyone know an elegant way how to do a recursive folder renaming for a
specified folder name - without having to write an extension?
e.g. recursively find all 'foo' folders in c:\ and rename them to 'temp':

  c:\xxx
      yyy
        foo
  c:\foo
      aaa
  c:\mmm
      foo
        nnn

becomes

  c:\xxx
      yyy
        temp
  c:\temp
      aaa
  c:\mmm
      temp
        nnn

thanks in advance, etienne




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to