SyntaxFix
Write A Post
Hire A Developer
Questions
For completely wiping a folder with native commands and getting a log on what's been done.
here's an unusual way to do it :
let's assume we want to clear the d:\temp dir
mkdir d:\empty robocopy /mir d:\empty d:\temp rmdir d:\empty