Marc Hammer - 2008-12-10

In Batch style, all text like %this% is recognized as a variable. Thats very fine and works good. But when i use the following command in a batch file:
setLocal EnableDelayedExpansion
all variables for delayed expansion are defined with a style like !this!
This style gets not recognized as a variable. I would like to have this style recognized as a variable.
Is there a way to change the recognition of variables in batch style. To add words quoted in "!" to be recognized also as a variable? (like words quoted in "%")