$* the complete command tail, unmodified by SHIFT
%$ the complete command tail, modified by SHIFT
We do not uses SHIFT very often so we mixed up these two parameters.
On one occasion its was fatal..
It is a minor issue with a very easy workaround.
Read more
%$ the complete command tail, modified by SHIFT
We do not uses SHIFT very often so we mixed up these two parameters.
On one occasion its was fatal..
It is a minor issue with a very easy workaround.
[R:\]
type SetPath.btm
setlocal
echo TCCVer=%@verinfo[%_cmdspec,Fileversion] OSBuild=%_OSBuildEx
set path_to_added=C:\
ECHO.
ECHOX %$ the complete command tail, modified by SHIFT
ALIAS SETPATH=SET PATH=`C:\Windows;%$`
SETPATH...
Read more