Subscribe to Windows IT Pro
May 30, 2007 12:00 AM

Free Up Space by Deleting Backup Hotfix Folders

Windows IT Pro
InstantDoc ID #95489
Rating: (1)
Downloads
95489.zip

The field servers in our company are several years old, and new applications are taking up a lot of space on the C drive. To free up some space, I wrote a script, DeleteHotfixBackups.bat, that deletes all the backup folders for Microsoft hotfixes and the associated log files in C:\WINDOWS.

Listing 1 shows DeleteHotfixBackups.bat. Microsoft's backup hotfix folders are hidden folders that start with the $ character. So, in a For loop, the script uses the Dir command to obtain the names of all the hidden folders that begin with the $ character. The script pipes the names to the Do portion of the loop, where the RD command deletes those folders.

To use DeleteHotfixBackups.bat, you simply need to place the script on your server and run it. I wrote this script for Windows Server 2003 and Windows 2000. Note that deleting all the backup hotfix folders can be risky if a hotfix breaks an application and you need to undo that particular hotfix. This script will also remove any backup service-pack folders because they also begin with the $ character.
—Tom Barnett, senior IT analyst, Fortune 250 energy company

See Associated Figure

Related Content:

ARTICLE TOOLS

Comments
  • LEE
    5 years ago
    Jun 20, 2007

    Awesome script! I had only 260MB left on my "system" partition for my Exchange Server. This saved me lots of time!!!

You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.