|
ssdelist
If you want to change the default SourceSafe database processed by the tool, then before running ssdelist, you need to tell VSS where to find the SRCSAFE.INI file for the alternate database by typing the following at the MS-DOS prompt:
set ssdir=\\server\share\vss
Where \\server\share\vss is the folder where the srcsafe.ini file is located.
Warning! Don't put a space between the equal sign and the location of the VSS server installation!
The following will not work:
set ssdir= \\server\share\vss.
This will work e.g :
set ssdir=J:\test\60ZDSSite
After running the utility remember to :
'set ssdir=' and press the enter key
to clear the environment variable, and restore access to the normal 'SRCSAFE.INI' database.
|