K
kk
Hi,
in a batch file I can write, e.g.
if %PATH% ...
but when I want to use also other variables insted of PATH,
and I want to define that as a command line argument, e.g.
if %%1% ...
That does not work.
Is there any solution?
Regards
Konrad Kullig
in a batch file I can write, e.g.
if %PATH% ...
but when I want to use also other variables insted of PATH,
and I want to define that as a command line argument, e.g.
if %%1% ...
That does not work.
Is there any solution?
Regards
Konrad Kullig