当前位置:网站首页>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
边栏推荐
- 【Rust 笔记】12-闭包
- Unity Editor Extension - Outline
- Cloudcompare learning (1) - cloudcompare compilation and common plug-in implementation
- Unity editor expansion - the framework and context of unity imgui
- Message pack in C deserializes array objects
- Markdown learning
- [rust notes] 07 structure
- 796 · unlock
- 请求参数的发送和接收
- 第一个Servlet
猜你喜欢
Animation_ IK overview
Concurrent programming (VI) ABA problems and solutions under CAS
UE4 source code reading_ Bone model and animation system_ Animation node
Simple demo of solving BP neural network by gradient descent method
[concurrent programming] working mechanism and type of thread pool
[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
22-06-28 Xi'an redis (02) persistence mechanism, entry, transaction control, master-slave replication mechanism
[concurrent programming] Table hopping and blocking queue
How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
Es8 async and await learning notes
随机推荐
cres
[rust notes] 09- special types and generics
22-05-26 西安 面试题(01)准备
C language student management system based on linked list, super detailed
Deep parsing JVM memory model
UE4 source code reading_ Bone model and animation system_ Animation process
Advanced OSG collision detection
Downward compatibility and upward compatibility
Find the intersection of line segments
Query XML documents with XPath
[concurrent programming] working mechanism and type of thread pool
[rust notes] 05 error handling
分配异常的servlet
[rust notes] 02 ownership
Cloudcompare learning (1) - cloudcompare compilation and common plug-in implementation
22-06-28 西安 redis(02) 持久化机制、入门使用、事务控制、主从复制机制
Eating fruit
Markdown directory generation
Animation_ IK overview
[concurrent programming] concurrent security