Dos命令

时间:2021-03-16 14:07:05   收藏:0   阅读:0

常用的dos命令(cmd)

1. 盘符切换  盘:

2.查看当前目录下的所有文件 dir

3.切换目录 cd/d盘     change directory

4.返回上一级cd..

5.清理屏幕cls    clear screen

6.退出终端exit

7.查看ip    ipconfig

8.打开应用     calc     notepad    mspaint 

 9.ping命令  ping www.baidu.com   测试网络是否正常

10.创建文件夹 md test

     进入文件夹 cd test

       建文件      cd>a.txt

      删除文件   del a.txt

      删除目录    rd test

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!