Torkaland
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"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment