6

I'm trying to use WSH in place of DOS/Batch files.

Thanks for the input!

qodeninja
  • 10,946
  • 30
  • 98
  • 152

1 Answers1

8

Use WScript.StdIn

var input=WScript.StdIn.ReadLine();
Anders
  • 97,548
  • 12
  • 110
  • 164