Search found 2 matches
- 26 Mar 2012 09:24
- Forum: DOS Batch Forum
- Topic: Variable manipulation
- Replies: 3
- Views: 4439
Re: Variable manipulation
Thanks dbenham it woked!!
- 26 Mar 2012 03:33
- Forum: DOS Batch Forum
- Topic: Variable manipulation
- Replies: 3
- Views: 4439
Variable manipulation
Let say I have 2 variables set var1=hello:\how\areyou.i'mgr8 set var2=hello:\how\are now I have to remove contents of var2 from var1 (The desired result in the above example would be var1=you.i'mgr8 ) I have ftied the following but does not work set var1=!var1:!var2!=! Please help