RosettaCodeData/Task/OLE-Automation/AutoHotkey/ole-automation-1.ahk
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

5 lines
121 B
AutoHotkey

ahk := comobjactive("ahkdemo.ahk")
ahk.hello("hello world")
py := ComObjActive("python.server")
py.write("hello")
return