VisualCpp.org Collection of Visual C++ Stuffs

15Jun/090

Delete Temporary files from VC++

This tip allows you to delete all temporary file created by Visual Cpp Development Environment. You just need to configure temporary extension in the registry and to you it To use this tips, you will have to right click on a "folder" . It will delete all VC++ temporary files including sub directories.

Check out following registry location:-

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

[HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
@="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;
*.opt;*ncb;*.sbr;*.sup;*.bsc\""

___________________
Tip courtesy - Ernest Laurentin