try
Set VSS = CreateObject("SourceSafe.0")
or
Set VSS = CreateObject("SourceSafe")
Quote:
>Hi,
>Does anybody knows how can I use VSS 5.0 OLE interface with Vbscript?
>I've tried to hook with VSS with:
>oVSS = WScript.CreateObject("SourceSafeTypeLib.VSSDatabase")
>but it doesn't work.
>Thanks