Search found 2 matches
- 17 Jun 2009 18:38
- Forum: DOS Batch Forum
- Topic: Problem with replacing ) in SET command
- Replies: 2
- Views: 4967
- 17 Jun 2009 12:24
- Forum: DOS Batch Forum
- Topic: Problem with replacing ) in SET command
- Replies: 2
- Views: 4967
Problem with replacing ) in SET command
I am stumped as to why I can't replace a ) in a variable with:
SET VAR=SOMETHING()
SET VAR=!VAR:)=,!
The open parentheses works: SET VAR=!VAR:(=,!
Thanks.
SET VAR=SOMETHING()
SET VAR=!VAR:)=,!
The open parentheses works: SET VAR=!VAR:(=,!
Thanks.