Honken Posted September 23, 2008 Posted September 23, 2008 Honken do you know of some?I wish I did. Since I'm a lazy bastard I can't be bothered to look things up I delete files until my system breaks.
crashfly Posted October 4, 2008 Posted October 4, 2008 While I appreciate the information on this thread, I would like to ask a question.Of those folders that are empty in the standard windows folder, will it hurt to have any of those deleted? Does any program (that you know of) *specifically* require those empty folders to be present?The reason I am asking this, I am going to add a batch file to my installation routine that removes those empty directories that are absolutely unneeded. As long as it does not hurt to have those directories removed, then what is the use of having them. (Just an opinion.)Side Note: In addition, for those who may be interested, I already have a batch file (more specifically just a command) that remove empty subdirectories from a location. The directory in the example is %temp%. This is mainly because I have it remove empty subdirectories from my temp folder. It will not remove directories that are not empty.for /f "usebackq delims=" %%d in (`"dir /ad/b/s %temp% | sort /R"`) do rd "%%d"
HowdyDoody Posted October 4, 2008 Posted October 4, 2008 I have attached a little program that I use to remove empty folders. Before I use it, I always create a restore point and I use GoBack (just in case).I have another one that I use, for, more or less, cleanup, but I have to break it up into sections and I don't have time right now, so I will post it later.ArnieEmptyFolderNuker.zip
HowdyDoody Posted October 5, 2008 Posted October 5, 2008 (edited) Download the next 3 files and put them in an empty folder. Click on the first one and it will glue them back together.This is a more elaborate program, but sometimes it finds folders that it can't delete. That's why I use it after the first one.I didn't realize that the upload limit was just 200k, so if you want the other two files, you'll have to email me at arnoldh@cumbytel.com.Create_Remove_Empty_Folders_red_v2.1_setup.exe Edited October 5, 2008 by HowdyDoody
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now