temp.cmd argument^ that^ has^ a^ literal^ ^"^ as^ part^ of^ its^ value
The above is properly treated as 1 argument.
Actually, turns out that the ^ does not even work from the command prompt.
I guess I can try doing this: temp.cmd "argument that has a literal "" as part of its value"
as a close approximation. I'll just have to do some additional processing in my script to change the pair to a single instance "" -> ".
Can anyone suggest a better way to pass an argument that has spaces and quote marks in it?
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]