Why doesn't this work?
According to the help for ALIAS,
Code:
v:\> alias nargs `do i=1 to %# ( echo %[%i] )`
v:\> nargs a b c
Usage : DO [n | FOREVER]
According to the help for ALIAS,
The special parameter %# contains the number of command line parameters.