当前位置:网站首页>Common DOS commands
Common DOS commands
2022-06-12 14:24:00 【Happy happy】
open cmd The way
- Start ——>Windows System ——> Command prompt
- Windows+R build Input CMD
- Under any folder ,shift Key + Right click , Click here powershell Command line window
- Add... To the address bar of the explorer cmd Be careful cmd There is a space between and the following path
- Run as administrator : Start ——>Windows System ——> Command prompt ——> Right click ——> more ——> Run as administrator
frequently-used dos command
1. Toggle character :d + : Pay attention to the colon when needed
2. View the files in the current directory :dir
3. Switch to E Commands in the directory :cd /d e:
4. Return to upper level :cd ..
5. Clean the screen :cls
6. Exit terminal :exit
7. see ip Address :ipconfig
8. Turn on the calculator :calc
9. Open the drawing tool :mspaint
10. Open Notepad :notepad
1. ping command :ping www.baidu.com
2. Create folder :md+ Folder name
3. Enter folder :cd+ Folder name
4. Delete folder :rd Folder name
5. create a file :cd>a.txt
6. Delete file :del + file name
边栏推荐
- Démontage et modification de la machine publicitaire - décompression amateur
- Dismantle and modify the advertising machine - Amateur decompression
- 测试工程师如何转型测开
- Two methods of QT using threads
- CSDN博客积分规则
- Running phase of SystemC
- QT database realizes page turning function
- Notepad common settings
- CSDN blog points rule
- Sizeof calculation space size summary
猜你喜欢
随机推荐
Des File Encryptor based on MFC framework
Vs2012: cannot assign a value of type 'char *' to an entity of type 'lpwstr'
[MySQL] basic database operation
【活动早知道】LiveVideoStack近期活动一览
C語言中主函數調用另外一個函數,匯編代碼理解
通信流量分析
Recursive summary of learning function
[OCR] aspriseocr C # English, number recognition (not Chinese)
2000. reverse word prefix
Nesting of C language annotations
Visual studio common shortcuts
Analysis of two-dimensional array passing as function parameter (C language)
Communication flow analysis
Tool notes - common custom tool classes (regular, random, etc.)
Sorting out the differences between ABS () and Fabs () in C language
工具笔记 —— 常用自定义工具类(正则,随机数等)
【OCR】AspriseOCR C# 英文、数字识别(中文不行)
How to brush leetcode
In C language, the main function calls another function, which is understood by assembly code
新技术:高效的自监督视觉预训练,局部遮挡再也不用担心!









