CMD打开方式及常见Dos操作(CMD opening mode and common DOS operations)-DOS
CMD打开方式及常见Dos操作(CMD opening mode and common DOS operations)
CMD
打开CMD的方法
- 开始+系统+命令提示符
- Win键+R 输入cmd打开控制台(推荐使用)
- 在任意文件夹下面,按shift键+鼠标右键单机,在此处打开命令行窗口
- 资源管理器的地址栏前面加上cmd路径
管理员方式运行:选择以管理员形式运行
常见的Dos命令
#盘符切换
#查看当前文件下的所有文件 dir
#切换目录 cd change directory
cd..
#清理屏幕 cls (clear screen)
#退出终端 exit
#查看电脑IP ipconfig
#打开应用
calc
mspaint
notepad
#ping命令
ping www.baidu.com
#文件操作
md 目录名
rd目录名
cd>文件名
del文件名
————————
CMD
Method of opening CMD
- Start + system + command prompt
- Press Win + R and enter CMD to open the console (recommended)
- Under any folder, press Shift + right mouse button to open the command line window here
- Add CMD path in front of the address bar of the resource manager
Run as administrator: select to run as administrator
Common DOS commands
#盘符切换
#查看当前文件下的所有文件 dir
#切换目录 cd change directory
cd..
#清理屏幕 cls (clear screen)
#退出终端 exit
#查看电脑IP ipconfig
#打开应用
calc
mspaint
notepad
#ping命令
ping www.baidu.com
#文件操作
md 目录名
rd目录名
cd>文件名
del文件名