First post, by V@no
Hello.
Does someone know why the SET command does not set variables?
I'm running DOSBox 0.74 on Windows 7 x64
Z:\>SET blah=test
Z:\>echo %blah%
%blah%
Z:\>
What expected is this:
Z:\>SET blah=test
Z:\>echo %blah%
test
Z:\>
Any ideas?
Thank you.