can you use any wsh language ? because i have phpscript installed
(i think the dll might be included in the latest php builds but if its not go here to read how to install it
http://kapsules.shellscape.org/content.asp?cat=16&cid=18 )
then to test that it works you just make a new webpage with
code:
<script language="PHPscript">
$document->write('text generated by php version '. phpversion());
</script>
and view it in IE and if it outputs any text then it should be added as a WSH langauge.
because i would love support for phpscript