I need to call a iis script file to set up an application extension in
the webserver. The call must go through cscript. So the resulting
structure is:
cscript myvbscript <myparameters>
<myparametrs> is something like python.exe "%s"
When I execute this it turns out that myvbscript gets the parameters
with the double quotes stripped off. It does not help to double up the
quotes either.
Is there some escape sequence that makes it possible to pass a "
character through cscript into the call to the vbscript???
/Bo