为 Windows 脚本宿主 (WSH) 编写语言
有没有人有过以 VBScript
、JScript
、PerlScript
、xbScript< 等方式定位
WSH
的经验? /code> 和 ForthScript
(以及其他)是否可以从命令行使用该语言并嵌入到服务器端网页中? 我该去哪里获取此类信息?
Has anyone had any experience targetting WSH
in the way that VBScript
, JScript
, PerlScript
, xbScript
and ForthScript
(among other) do, such that the language can be used from the command line and embedded in server-side web pages? Where do I go to get that kind of information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些称为 Windows 脚本引擎,并由通过 COM 暴露引擎。 MSDN 上有很多文档,并且实际的界面相当简单。
These are called Windows Script Engines and are implemented by exposing the engine via COM. There is a lot documentation on MSDN, and the actual interfaces are fairly straight forward.