tags:

views:

197

answers:

1

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

Thanks for the input!

+1  A: 

Use WScript.StdIn

var input=WScript.StdIn.ReadLine();
Anders