Already tried that, but cscript eats *all* quotes for breakfast...
Putting this: ""%s"" or this: """%s""" or this: "%s" is all the same,
it results in %s.
I now "solved" the problem by hacking the iisext.vbs file (comes with
IIS6 from Microsoft) in such a way as to remove all commands except
the ones I need and then I also added a Replace() call for replacement
of # with " in the first argumant to the script.
So my call to cscript now contains the parameter #%s# instead and it
gets replaced and used once the modified iisext.vbs is loaded.
But I wish I did not have to do this....
/Bo
On Tue, 10 Feb 2004 19:10:16 -0500, "Jonathan Maltz [MS-MVP]"
<jmaltz.TakeThisOut@mvps.org> wrote:
>Hi,
>
>Try double apostrophes ('s)<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: how to pass parameters to iisext containing quotes (W2003)?