CMD命令 2018-11-17 Windows 软件 评论 CMD 链接命令整理 命令 说明 使用 md 创建文件夹 ‘> md test_dir’ rmdir 删除文件夹下所有 ‘> rmdir /s/q test_dir’ echo=> 创建文件 ‘> echo=>test.txt’