当前位置:网站首页>CMD operation command
CMD operation command
2022-07-26 05:05:00 【Spy family】
# cmd operation
cmd yes windows The operating system comes with a command prompt box ( Command operation interface ), You can perform some operations on the current operating system .
#### cd:
Toggle directory
cd ../abc Switch to the parent path under the current path abc Catalog
#### dir:
Check the brief situation of the current directory Including all files and storage conditions of the current path
#### mkdir:
Create a directory abbreviation : md
mkdir abc Create a in the current path abc Catalog
#### rd:
Delete a directory
rd abc /S Recursive delete abc And abc All the files in the directory
rd abc /q Silent delete Don't show tips
#### echo
Output instruction
echo abc Output in the current command window abc
#### write file
echo abc>"./aa.txt" Create a... In the current path aa.txt file , And write abc character string
echo def>>"./aa.txt" stay aa.txt Add... To the file def character string
#### del
Delete a file under the current path
del abc.txt
/f Delete read-only file ( Mandatory deletion )
/p Delete with warning
/q silent mode
#### cls
Clear the screen
#### ping
Check the connectivity between the current host and the target host
#### ipconfig
Check the network card of the current computer
边栏推荐
- The pit of history can only be filled up as far as possible
- 图像非局部均值滤波的原理
- Axi protocol (5): burst mechanism of Axi protocol
- Rman-06031 cannot convert database keywords
- Distance between bus stops: simple simulation problem
- List转换为tree-项目真实使用
- Redis过期删除策略和内存淘汰策略
- How to connect tdengine through idea database management tool?
- STM32开发 | AD7606并行多路采集数据
- I talked with the interviewer about MySQL optimization in five dimensions
猜你喜欢

Customer service relationship management based on SQL net enterprise messenger enterprise communications

What points should be paid attention to in the selection of project management system?

Google Emoji guessing game helps parents guide their children to surf the Internet safely

时代潮流-云原生数据库的崛起

Good at C (summer vacation daily question 6)

I talked with the interviewer about MySQL optimization in five dimensions
![[acwing] 1268. Simple questions](/img/f3/7eeae566dd74d77cf6f8b4640e4f29.png)
[acwing] 1268. Simple questions

BigDecimal 的 4 个坑,你踩过几个?

Minipcie interface can card solves the problem of industrial computer expanding can channel minipcie can

Building blocks for domestic databases, stonedb integrated real-time HTAP database is officially open source!
随机推荐
Learn to map with nature medicine -- complex heat map
[mathematical modeling] analytic hierarchy process (AHP)
How to reproduce the official course of yolov5 gracefully (II) -- Mark and train your own data set
Seata两阶段提交AT详解
mysql函数汇总之日期和时间函数
[Luogu] p3919 [template] persistent segment tree 1 (persistent array)
Excel VBA:按日期汇总计算输出结果(sumif)
Date and time function of MySQL function summary
【洛谷】P3919 【模板】可持久化线段树1(可持久化数组)
C language -- string function, memory function collection and Simulation Implementation
Shell流程控制(重点)、if 判断、case 语句、let用法、for 循环中有for (( 初始值;循环控制条件;变量变化 ))和for 变量 in 值 1 值 2 值 3… 、while 循环
C language - pointer one touch ※
Excel VBA:实现自动下拉填充公式至最后一行
What are the demand management software for small and medium-sized enterprises
STM32 development | ad7606 parallel multi-channel data acquisition
遥感、GIS和GPS技术在水文、气象、灾害、生态、环境及卫生等领域中的应用
Minipcie interface can card solves the problem of industrial computer expanding can channel minipcie can
Molecular skeleton transition tool -delinker introduction
Have you known several distribution methods of NFT? What are the advantages and disadvantages of different distribution methods?
Excel VBA: realize automatic drop-down filling formula to the last line