0
If I create a variable like this:
set /a EXEMPLO=1
"EXAMPLE" is worth 1, can I save this information to the outside environment (in a file) and then import this value back to the same command? So, after closing the command prompt, I can "read" the value EXAMPLE had before.
It worked perfectly. Thank you
– Darius da costa