Committing the CodeScanner Core tool
This component has been moved from the StaticAnaApps package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).
WScript.Echo "Starting..."
set ob = CreateObject("MEInc.NextID")
WScript.Echo "created MEInc.NextID object"
dim num
num = ob.getNextID()
WScript.Echo "Got " + num