I want to print variable in the console. But, I can watch %variable_name%...
This is an example code which can explain my situation.
Set a=%b% and i respect you, answer!
Set b=lolol i'm happy
Echo %a%
What I want::
lolol i'm happy and i respect you, answer!
Results::
%a% and i respect you, answer!
How can i solve this problem?? (I updated my question, sorry...)