Sha256: 56ddc3b1b4bfe0fdf06b17defb73c71c6b79774f3cd8033c497517c36585edfa

Contents?: true

Size: 351 Bytes

Versions: 10

Compression:

Stored size: 351 Bytes

Contents

script launched from windows explorer
DllCall("AllocConsole")
FileAppend, Goodbye`, World!, CONOUT$
FileReadLine, _, CONIN$, 1
scripts run from shell 
[requires Windows XP or higher; older Versions of Windows donĀ“t have the "AttachConsole" function]
DllCall("AttachConsole", "int", -1)
FileAppend, Goodbye`, World!, CONOUT$
SendInput Hello world!{!}

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.6 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/autohotkey.txt
zettacode-0.1.5 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/autohotkey.txt
zettacode-0.1.4 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/autohotkey.txt
zettacode-0.1.3 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.2 files.zettacode/hello_world.text/autohotkey.txt
zettacode-0.1.1 zettacode.files/hello_world.text/autohotkey.txt