Thread
:
How to test a COM DLL using .vbs file?
View Single Post
urstop
Contributor
14Nov2007,17:01
1. Register the COM DLL on your machine.
2. In the VBS file you can use the CreateObject method to create an instance of the COM object and call its methods.
Regards,
UrStop