Local $sAnswer = InputBox(" ", "Write your name:", "", "", 404, 136, Default, Default, 120)
MsgBox(0,"","Nice to meet you "&$sAnswer) How convert this code into a console? Print the question and wait for answers from the user in the console window that is not INPUT BOX? ConsoleWrite("Write your name:" &@CRLF)
ConsoleWrite("Nice to meet you: " & $sAnswer &@CRLF)