|
Calling external functions from the master script
Hi,
Not sure whether to put this here or in the newbie lounge as it might turn out to be just a simple VB issue. But here goes.
I want to play around a bit more with exporting Netstumbler data to midi, using MIDI-OX. You can access MIDI-OX through the WSH, so I figure its possible by incorporating calls to the functions I want in the NS master script - but I'm not sure how. I've tried creating the MIDI-OX object:
Set mox = WScript.CreateObject("Midiox.MoxScript.1", "Sink_")
but I get errors. Do I need to import MIDI-OX libs at the top of the NS master script? Or set some kind of classpath?
Any info, or examples of calling external functions much appreciated
cheers
Mike
|