Possible Duplicate:
Batch equivalent of Bash backticks
In unix we use `` for command output substitution.
e.g.
export a=`pwd`
Is there any equivalent for this (``) in DOS command prompt?
Possible Duplicate:
Batch equivalent of Bash backticks
In unix we use `` for command output substitution.
e.g.
export a=`pwd`
Is there any equivalent for this (``) in DOS command prompt?