Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道你可以使用类似的东西:
$variable = "value 1" cscript test.vbs $variable
但是您究竟如何在 vbs 脚本中捕获该变量?谢谢。
通过访问 WScript.Arguments 集合。如何
WScript.Arguments 是一个很好的方法。另一种选择是使用WSF 文件在脚本周围添加更多结构。