5
votes
Underused features of Windows batch files
You can use call to evaluate names later, leading to some useful properties.
call set SomeEnvVariable_%extension%=%%%somevalue%%%
Using call to set variables whose …
