var input = ""; while (!WScript.StdIn.AtEndOfLine) { input += WScript.StdIn.Read(1); } WScript.Echo(input);
while (!WScript.StdIn.AtEndOfLine)