Dos命令
Elora Rinta!

文件

dir显示当前目录

dir /p分页展示

dir /b只显示文件名称

盘符:切换盘符

cd dir切换到当前盘的某个目录下,tab键可以帮助补全

md创建文件夹,rd删除文件夹

复制文件要进入到被粘贴文件的路径,将1.txt复制到demo1目录下,copy 1.txt demo1\1.txt

复制文件到当前路径下并重命名,copy 1.txt 2.txt

重命名文件名,ren oldfilename newfilename

将命令的结果保存到文件,> filename

cls清屏命令

del删除文件

批处理文件

命令管道符command1|command2|command3,后一个命令是对前一个命令结果进行处理

查看文件夹的目录及tree,详细显示tree /f

非文件

查看时间time

查看日期date

退出Dos:exit

查看Dos命令:help

 Comments
Comment plugin failed to load
Loading comment plugin
Powered by Hexo & Theme Keep
This site is deployed on
Total words 75.1k Unique Visitor Page View