md G:\\tmp # 创建一个叫tmp的文件夹 rd G:\tmp # 删除G盘tmp文件夹
dir d:\abc # 列出abc文件夹内容
cd file_path # 这种切换不能切换驱动器, 比如不能从D盘到c盘 cd /D c:
tree D:\temp
cls