
Netmeeting Scripting - How To ?
I'm new to
VBScripting and looking into doing something with Netmeeting..
problem is .. I can't even get started with this simple two line script.
Dim objNM
Set objNM = WScript.CreateObject("Netmeeting.Application")
I get the following:
Error: Could not locate automation class named
"Netmeeting.Application".
Code: 80020009
Source: WScript.CreateObject
Anyone out there ever done any scripting with Netmeeting?
I would appreciate getting my hands on some samples to get me started.
Any help and advice is appreciated
Thanks!
Coyote