Monday, March 7, 2016

RoboCopy, Powershell, and good ol' DOS really rock my world. In a quest to condense files in multiple folders into a single folder with a command, I found this article. Now a DOS window is happily processing a command similar to this one:
robocopy C:\ C:\OutputFolder *.pdf /S /R:1 /W:1 /NDL /XJD /XD OutputFolder /L

No comments: