Creating a scripting language

后端 未结 3 712
轮回少年
轮回少年 2021-01-12 11:53

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

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-12 11:57

    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.

提交回复
热议问题