Posted by Oliver C on August 26, 2009 at 03:44:15:
I'm tyring to pass an argument from the command prompt which has a comma in. The problem is that a comma can be used to separate two arguments. I'm using XP and using double quotes around the argument doesn't seem to work either.
The batch file i'm using finds a string (arg1) and replaces it with another string (arg2) e.g. find 2090 and replace with 2090,2091
Any ideas?