当前位置:网站首页>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
边栏推荐
- xss相关知识点以及从 XSS Payload 学习浏览器解码
- Check if point is inside rectangle
- 添加大量元素时使用 DocumentFragments
- Chapter 12 End-User Task As Shell Scripts
- CF1703G Good Key, Bad Key
- SRv6 L3VPN的工作原理
- Create virtual environments with virtualenv and Virtualenvwrapper virtual environment management tools
- Error creating bean with name ‘dataSource‘:Unsatisfied dependency expressed through field ‘basicPro
- 【SeaTunnel】从一个数据集成组件演化成企业级的服务
- 论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
猜你喜欢

y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)

UML diagram of soft skills

解决端口占用

隔离和降级

cmd指令
![Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights](/img/f1/9824f32dd4fe4b3e94af3f945b1801.png)
Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights

关于ETL的两种架构(ETL架构和ELT架构)

Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution

drf生成序列化类代码

研发团队数字化转型实践
随机推荐
When solving yolov5 training: "AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train"
6133. 分组的最大数量
CF1705D Mark and Lightbulbs
vscode hide menu bar
Nacos配置中心之加载配置
测试岗月薪5-9k,如何实现涨薪到25k?
(Translation) How the contrasting color of the button guides the user's actions
Oracle 数据库设置为只读及读写
【C语言进阶】文件操作(二)
C语言——分支语句和循环语句
excel edit a cell without double clicking
Calculate the distance between two points
基于JAX的激活函数、softmax函数和交叉熵函数
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
【SeaTunnel】从一个数据集成组件演化成企业级的服务
萍不回答
1391D. 505 状压dp
[Recommended books] The first self-driving technology book
JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
xss相关知识点以及从 XSS Payload 学习浏览器解码