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?
views:
225answers:
1
+9
A:
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.
Rob Walker
2008-10-06 13:21:42
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
2009-08-15 12:33:19
Yes. Exactly that.
boost
2009-08-18 14:11:58
Thanks for answering my question, boost :)
baeltazor
2009-12-26 21:36:29