Answer
if by "auto", you mean system, variables are stored in memory. In fact, a large number of variables in code are stored in memory, because using memory is faster.
In dos, you can type SET and press enter to see what system variables are set. To store or replace a variable, just use SET <variable name>=<value>.
First answer by Mik3ca. Last edit by Mik3ca. Contributor trust: 217 [recommend contributor]. Question popularity: 27 [recommend question]
|
Research your answer: |



