创建脚本语言

发布于 2024-08-24 15:45:42 字数 107 浏览 4 评论 0原文

有人可以指导我创建针对 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.

THank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

静谧 2024-08-31 15:45:42

该产品现在称为“Windows Script Host”。 MSDN 文档表明您想要的是 Windows 脚本引擎,关于该引擎,文档声称您可以为任何编程语言或环境创建一个脚本引擎 — 大概包括您自己创建的一个。除此之外,文档还不是很清楚。

The product is now called "Windows Script Host". The MSDN documentation suggests that what you want is a Windows Script Engine, about which the documentation claims that you can create one for any programming language or environment—presumably including one you create yourself. Beyond that, the documentation is not terribly clear.

青巷忧颜 2024-08-31 15:45:42

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:

If you have any specific questions about implementing Windows Script interfaces, feel free to ask them here. Good luck!

月朦胧 2024-08-31 15:45:42

主题启动者需要仔细阅读script56.chm,可以在MSDN上找到。该帮助文件描述了 WSH 引擎规范。

Topic starter need to carefully read the script56.chm, which can be found on MSDN. This help file describes WSH engine specification.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文