Search found 2 matches

by casperinmd
17 Jun 2009 18:38
Forum: DOS Batch Forum
Topic: Problem with replacing ) in SET command
Replies: 2
Views: 4967

Nice..that worked. Thanks.
by casperinmd
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.