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

8 lines
200 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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