You have at least two choices
1. create windows script component
2. You should implement interface IActiveScriptSite
You also can use CreateProcess/system/ShellExecute family functions only to run the script. But using this way you will not be able to interact with the script. More info you can find at microsoft.com, search for windows script hows, download the windows host script5.6 SDK as well as the instalation for host script. It has a enough good tutorial.
Some vendor specific scripts(Python, TCL, PHP, Perl, CSH) provides theirs own API. Some of them has only own API(for example PHP).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.