kenton.boucher
03-12-2004, 08:55 AM
I am trying to read a file and remove all double-quotes. I have other scripts where I have to escape certain characters with a backslash before they can be found (such as \[ to find the left bracket), but that doesn't seem to work with the " character. I have also tried to escape the hex value for the " with no success.
Is this possible using WSH and if so, how?
Is this possible using WSH and if so, how?