Win7 how to delete the .svn file

  

in batches:

1. Create a notebook on the desktop;

2. Enter the following code in Notepad and name it as .reg File as extension:

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/" /""

3, this way, in When you need to delete the .svn file, you can quickly delete all .svn files in the folder by right-clicking the "Seleve SVN Folders" after the right mouse button.

Copyright © Windows knowledge All Rights Reserved