Tip

How do delete sourcesafe .scc

.scc files used by Microsoft Visual SourceSafe, that integrates with Visual Studio; contains source code control information used to get and commit developer files; used by the application for managing local copies of projects under source control. SCC files are never committed to the version control repository. Instead, they are used for communicating with the repository.

If you want to delete all of the .scc files you can use this simple MSDOS command.

At the command prompt go to the folder which contains .scc files, write this command and hit enter:

DEL *.scc /s /ahr

This will delete all .scc files including subdirectories.

Happy coding…

Posts created 141

Leave a Reply

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top