Hi,
We have VSS on a remote server. I'm trying to create a batch file that gets
the latest version of our code. How can I set the VSS database directory and
the username/password in the batch file?
I just can't seem to find the correct documentation. I've found pages about
"ssdir" but I cant find the application that executes that.
thanks for your help in advance.
Jack.
Praveen Panati - 26 Apr 2005 02:00 GMT
Use the following
set ssdir=c:\sourcesafe\srcsafe.ini
SSEXP.exe Get $/BranchName/folder1 -R -GF- -I- -W -YAdministrator,password
Hope this helps!
-Praveen
> Hi,
>
[quoted text clipped - 7 lines]
>
> Jack.