Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$(variable_name)

For example:

<pre>
set srcfile=myfile.txt
set dstfile=yourfile.txt
copy src=$(srcfile) dst=$(dstfile)
</pre>


Panel


Html bobswift

Variable Attributes

In addition to accessing the value of a variable, you can access information about that variable through its attributes.

...