Sunday, May 15, 2011
One-line batch script to delete empty directories - The Old New Thing - Site Home - MSDN Blogs
One-line batch script to delete empty directories - The Old New Thing - Site Home - MSDN Blogs: "for /f 'delims=' %%i in ('dir /s /b /ad ^| sort /r') do rd '%%i'>NUL"
Subscribe to:
Post Comments (Atom)