Writing a language for the Windows Scripting Host (WSH)

前端 未结 1 1762
无人共我
无人共我 2020-12-19 09:53

Has anyone had any experience targetting WSH in the way that VBScript, JScript, PerlScript, xbScript and

相关标签:
1条回答
  • 2020-12-19 10:24

    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.

    0 讨论(0)
提交回复
热议问题