blob: 58c491fcd4ae93ee61e8d3f8401043a6291b19e8 [file] [log] [blame]
import org.codehaus.groovy.scriptom.ActiveXProxy
// invoke some VBScript from Groovy and get the results!
sc = new ActiveXProxy("ScriptControl")
sc.Language = "VBScript"
println sc.Eval("1 + 1").value