Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
396 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