Zend certified PHP/Magento developer

Assign a FOR variable to an Argument/Parameter

Is it not possible to use a FOR variable, like %%a, and assign it to an argument/parameter, like so:

for /L %%a in (1,0,5) do (
  echo Argument#(%%a) is %~%%a
)