Just Write Click

Technical writing with Continuous Integration and docs-as-code

  • JustWriteClick
  • Contact
  • Books by Anne Gentle
  • Introducing Docs Like Code
You are here: Home / talk.bmc / Tips for those pesky vssver.scc files

June 14, 2006 by annegentle

Tips for those pesky vssver.scc files

Batch changes to mark files as hidden makes life a little easier when using Visual Source Safe and Dreamweaver to edit HTML files

I author online Help in Dreamweaver and use Visual Source Safe (VSS) to store the HTML content files. When you use VSS, each directory contains a vssver.scc file for version tracking. That extra file always seems “pesky” to me when I cruise through the site views in Dreamweaver, so I found a way to hide them.

You can use a simple DOS command to change the vssver.scc files to hidden files, so that Dreamweaver will not show them while you’re looking at the Site view. To do so, follow these steps:

  1. From the Start menu, choose Run.
  2. Type cmd and click OK to open a DOS prompt.
  3. Switch directories to the top-level directory for the help system in which you want to hide the VSS files.
  4. At the prompt, type the following line:
  5. ATTRIB +H *.scc /S

    Example:

    D:\Data\help_onl>ATTRIB +H *.scc /S
  6. Press Enter to change all the vssver.scc files to hidden files.

Some additional notes:

  • The opposite of this command is ATTRIB -H *.scc /S to make all the hidden .scc files viewable.
  • For even more background information on vssver.scc files, refer to this Microsoft Knowlege Base article. In a nutshell, the vssver.scc files are used to speed up GET processes, and hiding them has no affect on performance.
  • To delete all the .scc files in all the directories, a similar command can be used:
  • DEL *.scc /S

Related

Filed Under: talk.bmc Tagged With: DOS, Dreamweaver, Dreamweaver site management, hidden files, hiding filesvssver.scc, HTML editing, Microsoft, MS-DOS, Visual SourceSafe

More reading

Bubble graph showing sources of developer support data

I’ve been thinking a lot about developer support at Cisco recently, especially for the way the world works today with multiple cloud providers. This post is a re-publish of my talk from over five years ago, but the techniques and tools for listening and helping others are still true today. At Rackspace, we watched several […]

Cisco DevNet is our developer program for outreach, education, and tools for developers at Cisco. From the beginning, the team has had a vision for how to run a developer program. Customers are first, and the team implements what Cisco customers need for automation, configuration, and deployment of our various offerings. Plus, the DevNet team […]

I had a great talk with Ellis Pratt of Cherryleaf Technical Writing consulting last week. Here are the show notes, full of links to all the topics we covered. Podcasts are great fun to listen to and participate in, if a bit nerve-wracking to think on your feet and make sure you answer questions succinctly […]

At the beginning of this year, I worked hard to summarize my thoughts on API documentation, continuous publishing, and technical accuracy for developer documentation. The result is an article on InfoQ.com, edited by Deepak Nadig, who also was forward-thinking in having me speak to a few teams at Intuit about API documentation coupled with code. Always […]

Recently on Just Write Click

  • A Flight of Static Site Generators: Sampling the Best for Documentation
  • Try a GPT about “Docs Like Code” to ask questions
  • Discipline and Diplomacy: Docs in the Open
  • Let’s Find Out: When Do Static Site Generators Do Rendering?
  • GitHub for Managing Tech Docs

Just Write Click in your Inbox

Enter your email address to subscribe to Just Write Click and receive notifications of new posts by email.

Read More

  • Privacy Policy
  • About Anne Gentle, developer experience expert
  • Books by Anne Gentle
    • Conversation and Community
    • Docs Like Code, a Book for Developers and Tech Writers
  • Woman in Tech Speaker Profile
  • Contact

Books

  • JustWriteClick
  • Contact
  • Books by Anne Gentle
  • Introducing Docs Like Code

Copyright © 2025 · WordPress · Log in