当前位置:网站首页>cmd command
cmd command
2022-08-01 23:10:00 【God is proud of me 1】
1. Open the console
- Win key + R to open run
- output cmd
- Press Enter


2. Common commands
cd directory name switch to the corresponding directory
cd ../ switch to the previous directory
cd / switch to the root directory
cd Users switch to the Users directory
cd Users\Administrator switch to the Users\Administrator directory
The first letter+Tab can complete the corresponding file/folder name
View current folder contents
dir
Create file md
md my creates a directory called my
rd delete empty directory
rd my
rd directory name /s /q
Delete directory with content
help view all commands
help command View the command using
help rd View the tutorial for using the rd command
Delete file
del file
del 1.txt
delete 1.txt file
Command History
Keyboard up and down keys
cls clear screen
View local ip
ipconfig
calc opens the calculator
边栏推荐
- 华为无线设备配置双链路冷备份(AP指定配置方式)
- Access the selected node in the console
- E - Integer Sequence Fair
- Nacos配置中心之加载配置
- 还在纠结报表工具的选型么?来看看这个
- Prufer sequence
- Create virtual environments with virtualenv and Virtualenvwrapper virtual environment management tools
- visual studio code multiple editing
- chrome复制一张图片的base64数据
- 华为无线设备配置全局双链路冷备份(AC全局配置方式)
猜你喜欢

DRF generating serialization class code

美赞臣EDI 940仓库装运订单详解

npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)

牛客多校4 A.Task Computing 思维

Wechat Gymnasium Appointment Mini Program Graduation Design Finished Work (4) Opening Report

下载安装 vscode(含汉化、插件的推荐和安装)

13、学习MySQL 分组

简单3D渲染器的制作

软技能之UML图

How do programmers solve online problems gracefully?
随机推荐
文件查询匹配神器 【glob.js】 实用教程
cmd指令
excel split text into different rows
Wechat Gymnasium Reservation Mini Program Graduation Design Finished Work Mini Program Graduation Design Finished Product (2) Mini Program Function
数据分析04
Calculate the angle of a line defined by two points
【参营经历贴】2022网安夏令营
System availability: 3 9s, 4 9s in SRE's mouth... What is it?
IDEA common plugins
【好书推荐】第一本无人驾驶技术书
如何更好的理解的和做好工作?
华为无线设备配置双链路冷备份(AP指定配置方式)
excel vertical to horizontal
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
problem solved
检查点是否在矩形内
软技能之UML图
qt-faststart installation and use
6133. Maximum number of packets
ROS2初级知识(8):Launching启动多节点