当前位置:网站首页>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
边栏推荐
- [RPC] RPC remote procedure call
- 使用dlv分析golang进程cpu占用高问题
- Installation of PHP FPM software +openresty cache construction
- Explain sizeof, strlen, pointer, array and other combination questions in detail
- Location of package cache downloaded by unity packagemanager
- 【Rust 笔记】11-实用特型
- URL backup 1
- Monotonic stack -503 Next bigger Element II
- Cloudcompare learning (1) - cloudcompare compilation and common plug-in implementation
- 了解小程序的笔记 2022/7/3
猜你喜欢

JS ternary operator - learning notes (with cases)

Unity editor expansion - controls, layouts
![[redis] redis persistent RDB vs AOF (source code)](/img/57/b6a86c49cedee31fc00dc5d1372023.jpg)
[redis] redis persistent RDB vs AOF (source code)

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

VIM learning notes from introduction to silk skating

Binary to decimal, decimal to binary

Alibaba canaladmin deployment and canal cluster Ha Construction

Osgearth target selection

22-06-27 Xian redis (01) commands for installing five common data types: redis and redis

Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)
随机推荐
Transmit pictures with Base64 encoding
100 GIS practical application cases (78) - Multi compliance database design and data warehousing
基于SSM的校园失物招领平台,源码,数据库脚本,项目导入运行视频教程,论文撰写教程
UE4 source code reading_ Bone model and animation system_ Animation process
Concurrent programming (V) detailed explanation of atomic and unsafe magic classes
Simple demo of solving BP neural network by gradient descent method
22-05-26 西安 面试题(01)准备
注解简化配置与启动时加载
[rust notes] 07 structure
TP5 order multi condition sort
[set theory] order relation (total order relation | total order set | total order relation example | quasi order relation | quasi order relation theorem | bifurcation | quasi linear order relation | q
Unity editor expansion - draw lines
Animation_ IK overview
[redis] redis persistent RDB vs AOF (source code)
[concurrent programming] Table hopping and blocking queue
【Rust笔记】06-包和模块
[concurrent programming] concurrent security
Try to reprint an article about CSDN reprint
PHP mnemonic code full text 400 words to extract the first letter of each Chinese character
Unity editor expansion - the framework and context of unity imgui