Sunday, 15 September 2013

How to initialize a variable in windows command shell and echo it

How to initialize a variable in windows command shell and echo it

How to initialize a variable in windows command shell? I tried
(
var $a=1
echo $a
)
and got an error
'var' is not recognized as an internal or external command, operable
program or batch file.

No comments:

Post a Comment