Search found 1 match
- 09 Aug 2011 13:48
- Forum: DOS Batch Forum
- Topic: What does it means: SET %~1=!%1:b=B!
- Replies: 3
- Views: 4398
What does it means: SET %~1=!%1:b=B!
I found a code which converts lower cases to upper cases, but have no idea how to interpret the code: SET %~1=!%1:b=B! I know it changes in variable %1 character b to B, but I don't uderstand how it is related to the SET command. I found explanation for "SET %PATH:str1=str2%" - but this is...