Prev: Registration free COM for Windows Script Components written in VBScript?
Next: script for windows 7 doesn't work
From: Peter Olcott on 7 Aug 2010 23:57 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 |