How to create ls in windows command prompt?

前端 未结 19 2281
一向
一向 2020-12-07 08:34

I want to use ls in windows command prompt and make it run the dir command.

How can I do that?

19条回答
  •  一整个雨季
    2020-12-07 09:07

    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...

提交回复
热议问题