i have problems getting my arguments containing the double-quote properly
parsed into WScript.Arguments.
e.g. wscript myscript.vbs ab"cd
WScript.Arguments(0) returns abcd
i've tried using '/' before the argument, or using 2 double-quotes to
represent one (as in VB), but still no luck.
please advise! thanks.
mingfai
You can use single quotes in the arguments that you replace within the script with double quotes or
whatever hack you find more palatable ;-)...
--
Michael Harris
Microsoft.MVP.Scripting
--
mik...@mvps.org
Please do not email questions - post them to the newsgroup instead.
--
"mingfai" <mingfai...@yahoo.com> wrote in message news:OXM#hTZsAHA.1552@tkmsftngp04...