I'm trying to use WSH in place of DOS/Batch files.
Thanks for the input!
Use WScript.StdIn
var input=WScript.StdIn.ReadLine();