|
|
|
Processed through Paypal No account required. |







| Files | ||||
| File Name | Rating | Downloads | ||
| Delete Empty v1.0 Delete Empty v1.0 A command-line utility to remove or review empty files and folders on a Windows/Windows Server computer. Here are the options: DelEmpty.exe OPTIONS [PATH] -f delete files of size zero -d delete empty directories -v verbose mode -c confirm mode (Shows what was deleted) -s include sub directories -l list what would be deleted (Will not delete) -y delete without (y/n) prompt So, for example, if we wanted to remove all empty folders from c:\DataFolder, including sub folders – We would call it like this: DelEmpty.exe -d -s c:\datafolder If you wanted it to delete them without prompting you: DelEmpty.exe -d -s -y c:\datafolder Better yet, if we wanted to see what it would delete before taking any action: DelEmpty.exe -d -s -l c:\datafolder Finally, we can also remove any files that have a zero size too using the -f option: DelEmpty.exe -d -s -y -f c:\datafolder Please – Please be careful with this utility. It only deletes empty files and folders, but it is always possible that you have a program that *needs* those empty folders. So make sure you throughly test before using it. |
![]() |
4,220 | Feb 21, 2020 IntelliAdmin |
|
| Showing rows 1 to 1 of 1 | Showing Page 1 of 1 | 1 |
OlderGeeks.com Copyright (c) 2026