Writing a language for the Windows Scripting Host (WSH)
Asked Answered
N

1

6

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?

Nucleolar answered 6/10, 2008 at 13:16 Comment(0)
S
9

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.

Sension answered 6/10, 2008 at 13:21 Comment(1)
So, let me get this right. What I think you are saying is that this would be the way to go about creating a new language that targets the WSH? Am I correct in thinking that?Sensualist

© 2022 - 2024 — McMap. All rights reserved.