Req for VSS Command Line Help
-
I am looking around for help, articles, discussions, etc. on Visual Source Safe 6.0: tools that people have made, how-to articles, command-line help - any of those would be great. Specifically, I was trying to figure out how in heck you recursively roll back a project tree. The best I came up with was using the SS.exe command line utility provided with vss. I wanted to create a tool that would look in a vss directory structure (somehow) and create a batch file that would go through each project subtree and call a Rollback command-line:
SS.exe Rollback "$/MyRootProject/*" "-VLProj Label w Spaces" SS.exe Rollback "$/MyRootProject/SubProject1/*" "-VLProj Label w Spaces" SS.exe Rollback "$/MyRootProject/SubProject2/*" "-VLProj Label w Spaces"
... etc. However, I cannot get that command line to work with Labels. I don't know why, and that's what help I'm trying to find. I have looked here and on Google and so far have not come up with much VSS help. Anyone who can point me in the right direction, your help is greatly appreciated. Susan