Skip to main content

All Questions

2 votes
1 answer
392 views

SHIFT command does not work on %*

When using the SHIFT command to shift the script parameters one position down, I can see the values shift by echo-ing the %1 parameter: :: scr1.bat echo %* echo %1 shift echo %1 Then: > scr1.bat ...
ysap's user avatar
  • 2,690