If I create a variable like this:
set /a EXEMPLO=1
"EXAMPLE" is 1, how can I save this information on the outside (in a file) and then import that value again into the same command? So, after closing the command prompt, I can "read" the value that EXAMPLE had before.