SyntaxFix
Write A Post
Hire A Developer
Questions
I usually just remove all quotes from my variables with:
set var=%var:"=%
And then apply them again wherever I need them e.g.:
echo "%var%"