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