Return to Snippet

Revision: 9349
at October 31, 2008 13:03 by hoffstein


Updated Code
attrib -r *.* /s
del /s *.MySCMServerInfo
del /s *.vspscc

Revision: 9348
at October 31, 2008 12:55 by hoffstein


Initial Code
del /s *.MySCMServerInfo
del /s *.vspscc

Initial URL


Initial Description
These commands will remove Seapine Surround bindings from a directory (and all its subdirectories).  It will also remove the read-only property from all files as well as bindings to Visual Studio source control integration.

Initial Title
Remove Seapine Surround SCM bindings

Initial Tags


Initial Language
DOS Batch