问题描述
有人可以指导我朝着正确的方向创建针对 WSH(Windows 脚本主机)的脚本语言吗?
Can somebody please guide me in the right direction of creating a scripting language that targets the WSH (Windows Scripting Host)?
我用谷歌搜索过,但与几个月前我最初搜索时相比,与此相关的链接似乎少得多.
I have googled for it, but there seem to be far fewer links related to this than when I originally searched for it a few months back.
谢谢
推荐答案
您应该能够在 MSDN;除此之外,似乎没有可用的资源(至少我找不到).您还可以查看一些开源引擎实现,以了解您的代码应该是什么样子:
You should be able to find all necessary information about creating Windows Script engines on MSDN; other than that there seems to be no resources available (at least I couldn't find any). You can also take a look at some open-source engine implementations to get the idea of what your code should look like:
如果您对实现 Windows 脚本接口有任何特定问题,请随时在此处提问.祝你好运!
If you have any specific questions about implementing Windows Script interfaces, feel free to ask them here. Good luck!
这篇关于创建脚本语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!