5 lines
121 B
AutoHotkey
5 lines
121 B
AutoHotkey
ahk := comobjactive("ahkdemo.ahk")
|
|
ahk.hello("hello world")
|
|
py := ComObjActive("python.server")
|
|
py.write("hello")
|
|
return
|