Search found 1 match
- 20 Feb 2014 10:44
- Forum: DOS Batch Forum
- Topic: How to replace "=","*", ":" in a variable
- Replies: 34
- Views: 299880
Re: How to replace "=","*", ":" in a variable
I was investigating this in order to solve a related "=" issue, and that issue provided me a tool to solve this: When command line arguments are tokenized into %1, %2, etc., "=", ";" and "," are treated as token delimiters and not preserved. If I take a string...