up vote 5 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

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.

link|improve this answer
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? – baeltazor Aug 15 '09 at 12:33
1  
Yes. Exactly that. – boost Aug 18 '09 at 14:11
Thanks for answering my question, boost :) – baeltazor Dec 26 '09 at 21:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.