开发者

How can you get STDIN input to a WSH script using cscript.exe?

开发者 https://www.devze.com 2022-12-12 20:39 出处:网络
I\'m trying to use WSH in place of D开发者_开发知识库OS/Batch files. Thanks for the input!Use WScript.StdIn

I'm trying to use WSH in place of D开发者_开发知识库OS/Batch files.

Thanks for the input!


Use WScript.StdIn

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号