当前位置:网站首页>Common DOS commands
Common DOS commands
2022-07-03 08:49:00 【Aiwoniulucky】
open CMD The way
- Start + System + Command prompt
- WIN+R Input CMD Open console
- Under any folder , Hold down shift, Right click , Open the command line window here
- Add cmd Space
Run as Administrator : Start + System + Command prompt + more + Run as administrator
frequently-used DOS command
# Drive switch : Input English hard disk :
# View all files in the current directory dir
# Toggle directory cd change directory,
cd/d The disk name to switch :
cd/d The disk name to switch : / Folder name
cd.. Return to upper level
Want to go to the next level of the folder ,dir Check the file name in the directory , cd file name
# Clean the screen cls (clear screen)
# Exit terminal exit
# Check out the ip ipconfig
# Open application
calc Turn on the computer
mspaint Open the drawing tool
notepad Open Notepad
#ping command
ping www.baidu.com
# File operations
md Create a directory name
rd Remove directory name
cd> Create a filename
del Delete the file name
cd/d Desktop path ,md(make directory) Folder name ,cd Folder name ,cd> File name create a new file ,del File name delete file ,rd Folder name delete folder , Only when the folder is empty can it be deleted
边栏推荐
- LinkedList set
- [rust notes] 13 iterator (Part 1)
- 22-05-26 Xi'an interview question (01) preparation
- Message pack in C deserializes array objects
- Try to reprint an article about CSDN reprint
- Simple demo of solving BP neural network by gradient descent method
- [linear table] basic operation of bidirectional linked list specify node exchange
- 数据库原理期末复习
- 22-06-28 Xi'an redis (02) persistence mechanism, entry, transaction control, master-slave replication mechanism
- UE4 source code reading_ Bone model and animation system_ Animation node
猜你喜欢

分配异常的servlet

Explain sizeof, strlen, pointer, array and other combination questions in detail

Dom4j traverses and updates XML

Alibaba canal actual combat

Deep parsing JVM memory model
![[concurrent programming] thread foundation and sharing between threads](/img/26/60fbfe65b186867a3b1cb58d481226.jpg)
[concurrent programming] thread foundation and sharing between threads

Es8 async and await learning notes

SQL statement error of common bug caused by Excel cell content that is not paid attention to for a long time

Alibaba canaladmin deployment and canal cluster Ha Construction

基于SSM的校园失物招领平台,源码,数据库脚本,项目导入运行视频教程,论文撰写教程
随机推荐
Markdown directory generation
DOM 渲染系统(render mount patch)响应式系统
redis集群系列四
Baidu editor ueeditor changes style
Mxone Pro adaptive 2.0 film and television template watermelon video theme apple cmsv10 template
Dom4j traverses and updates XML
Installation of PHP FPM software +openresty cache construction
Location of package cache downloaded by unity packagemanager
22-05-26 西安 面试题(01)准备
UE4 source code reading_ Mobile synchronization
[linear table] basic operation of bidirectional linked list specify node exchange
Unity Editor Extension - drag and drop
Unity learning notes
How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
Concurrent programming (V) detailed explanation of atomic and unsafe magic classes
Pit & ADB wireless debugging of vivo real machine debugging
[public key cryptography] ECC elliptic cryptosystem (implementing ElGamal encryption method)
[rust notes] 02 ownership
MySQL containerization (1) docker installation MySQL
[concurrent programming] atomic operation CAS