- May
- 13,828
- 211
With this alias
I can "START DIR" and I get a new console in which the alias is executed.
"*dir" works in the current instance to give the built-in DIR command.
But if I try to START "*DIR", I get an error I don't understand.
What's going on there?
Code:
v:\> alias dir
*dir /a /p /m /k /h /ne
"*dir" works in the current instance to give the built-in DIR command.
But if I try to START "*DIR", I get an error I don't understand.
Code:
v:\> start *dir
TCC: (Sys) The system cannot find the file specified.
"C:\WINDOWS\SYSTEM32\*DIR.EXE"
What's going on there?