Windows Batch Script Question

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-04-30T14:56:50Z Indexed on 2010/04/30 17:57 UTC
Read the original article Hit count: 442

Filed under:
|
|
|
|

So I need a Windows Script that I can tell it a directory to go through and it will parse all sub-directories and while in each subdir, will archive all files with a certain file extension and keep it in the same subdir, then move onto the next one.

What's the best way to go about this? Perl Automation Scripting, AutoIt?

Any sample code you guys can give me?

© Stack Overflow or respective owner

Related posts about automation

Related posts about Windows