Access to WMI using B+?

BlitzPlus Forums/BlitzPlus Programming/Access to WMI using B+?

VIP3R(Posted 2004) [#1]
-


pantsonhead.com(Posted 2004) [#2]
Just had a quick read here and it looks like its using COM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wmi_start_page.asp

If it's COM object access only then I would say it's not usable from Blitz+.


Kanati(Posted 2004) [#3]
You'd have to create a dll layer between blitz and WMI. Not impossible. But a pain in the butt at the very least.

Kanati


Kanati(Posted 2004) [#4]
Just looked at it... it's possible with VC to create that layer of abstraction... or even VB with that special little tool that allows exportable functions.

But since I know little about that SDK and it'd be a VERY niche audience (audience of 1 probably), I think I'll have to pass on making it myself.

Kanati


VIP3R(Posted 2004) [#5]
-


Wiebo(Posted 2004) [#6]
Nope. And vb script is easy to learn. Using blitz to access WMI or ADSI is a bit over the top , i think =]


VIP3R(Posted 2004) [#7]
-


Wiebo(Posted 2004) [#8]
If you would want to make an app like that, hell yes!