Remove Seapine Surround SCM bindings


/ Published in: DOS Batch
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. attrib -r *.* /s
  2. del /s *.MySCMServerInfo
  3. del /s *.vspscc

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.