Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created August 10, 2019 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewconnell/eb09bd4a7edddf9350c37c1ca34e2ea9 to your computer and use it in GitHub Desktop.
Save andrewconnell/eb09bd4a7edddf9350c37c1ca34e2ea9 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