当前位置:网站首页>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
边栏推荐
- A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)
- JS 数组去重(含简单数组去重、对象数组去重)
- UML diagram of soft skills
- System availability: 3 9s, 4 9s in SRE's mouth... What is it?
- 数据增强--学习笔记(图像类,cnn)
- 论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》
- 欧拉路径与欧拉回路
- 萍不回答
- qt-faststart 安装使用
- y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
猜你喜欢
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
Postman batch test interface detailed tutorial
移动端人脸风格化技术的应用
论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
【参营经历贴】2022网安夏令营
Solve the port to take up
关于ETL的两种架构(ETL架构和ELT架构)
请问什么是 CICD
y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
华为无线设备配置双链路冷备份(AP指定配置方式)
随机推荐
xss相关知识点以及从 XSS Payload 学习浏览器解码
13、学习MySQL 分组
ROS2初级知识(8):Launching启动多节点
高效工作文档产出归类
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
选择合适的 DevOps 工具,从理解 DevOps 开始
分享10套开源免费的高品质源码,免费源码下载平台
Oracle database is set to read-only and read-write
Deep learning Course2 first week Practical aspects of Deep Learning exercises
程序员如何优雅地解决线上问题?
加载字体时避免隐藏文本
Chapter 19 Tips and Traps: Common Goofs for Novices
D - Linear Probing- 并查集
SQL29 Calculate the average next day retention rate of users
复现gallerycms字符长度限制短域名绕过
检查点是否在矩形内
When solving yolov5 training: "AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train"
IDEA common plugins
解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”
PostgreSQL 基础--常用命令