Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created April 24, 2010 09:17
Show Gist options
  • Save qichunren/377554 to your computer and use it in GitHub Desktop.
Save qichunren/377554 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
@="Delete SVN Folders"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
@="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment