I am a windows batch dunce.
I have a variable storing some text surrounded by hard brackets like:
[glcikLhvxq1BwPBZN0EGMQ==]
But I need to pass it as an argument like:
glcikLhvxq1BwPBZN0EGMQ==
How can I strip these hard brackets from the beginning and end in my windows batch file?