From: Peter Olcott on
On 8/7/2010 4:51 PM, Peter Olcott wrote:
> Registration free COM for Windows Script Components written in VBScript?
> Is this possible?
>

A form of registration free COM is available for Windows Script Components:

With Windows Script Components you use the moniker "script:" followed by
the full path to the .wsc file. You could also use a URL to the .wsc
file if it were available on a Web server.

You have to use GetObject rather than CreateObject to instantiate it.

Set objFilesFso = GetObject("script:c:\scripts\wsc\files-fso.wsc")

The above is a direct quote from this link;
http://technet.microsoft.com/en-us/library/ee692823.aspx

--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com