I want to use ls in windows command prompt and make it run the dir command.
How can I do that?
Surely ls would not work as a unix command for the batches. If you check %1 for -l or -a etc. and all combinations of them, it would work...