RosettaCodeData/Task/User-input-Text/AutoHotkey/user-input-text-1.ahk

8 lines
200 B
AutoHotkey
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
DllCall("AllocConsole")
FileAppend, please type something`n, CONOUT$
FileReadLine, line, CONIN$, 1
msgbox % line
FileAppend, please type '75000'`n, CONOUT$
FileReadLine, line, CONIN$, 1
msgbox % line