- 新建ls.bat
- 编辑类容为:
@echo off
dir
3.将该文件移动到C:\Windows下。
CMD里就可以用ls来代替dir命令显示目录列表了。
让windows原生CMD使用ls命令
最新推荐文章于 2025-07-28 16:10:44 发布

@echo off
dir