You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit:
Well, I found it reasonable why alias directly in cmder can use env. variables because the bin\alias.bat just got the real PATH as an argument instead of the string "%PATH%" - it just stored the value in config\aliases when exactly running.
But I still don't understand the problem itself - why doskey works wrong with cmder.
The text was updated successfully, but these errors were encountered:
Env. variables in
config\aliases
will not work - they just display as is. But do alias in cmder works.In
config\aliases
:In cmder:
And, er..
In cmd:
It might be related to the strange behavior of
doskey
:In cmder:
In cmd:
Edit:
Well, I found it reasonable why alias directly in cmder can use env. variables because the
bin\alias.bat
just got the real PATH as an argument instead of the string "%PATH%" - it just stored the value inconfig\aliases
when exactly running.But I still don't understand the problem itself - why
doskey
works wrong with cmder.The text was updated successfully, but these errors were encountered: