source:
AE/packages/do.reg@
367
Last change on this file since 367 was 367, checked in by , 16 years ago | |
---|---|
File size: 315 bytes |
Rev | Line | |
---|---|---|
[367] | 1 | Windows Registry Editor Version 5.00 |
2 | ||
3 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] | |
4 | @="Delete SVN Folders" | |
5 | ||
6 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command] | |
7 | @="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \"" |
Note:
See TracBrowser
for help on using the repository browser.