In command shell I have this code:
set _args=%~2 %~3
How is this different from this line ( notice no tilde's)
set _args=%2 %3
This is someone else's code, and I am not sure why the ~ is in the code line. Is there any difference behind the scenes, and what is the logic behind the use of the tilde (~)?
Start Free Trial