Question
Calling an external app or object from script
While scripting Bridge, is there a way to invoke a method on an external object such as a COM object or a DLL function? Doing everything in Javascript is dandy for basic procedures, but if it gets complex or we already have procedures compiled in COM DLLs we'd like to be able to use them!
