当前位置:网站首页>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
边栏推荐
- 阿里云工业视觉智能工程师ACP认证——备考
- Unnamed Article 33
- JVM Lecture 5: how to deal with peak push of vertical and horizontal data
- 分子骨架跃迁工具-DeLinker介绍
- Character function and string function (I)
- 【洛谷】P3919 【模板】可持久化线段树1(可持久化数组)
- Can serial port can 232 can 485 serial port to CANbus bus gateway module can232/485mb converter cancom
- 【洛谷】P1383 高级打字机
- [mathematical modeling] basic knowledge of MATLAB
- What are the demand management software for small and medium-sized enterprises
猜你喜欢

Several maturity levels of using MES management system

Good at C (summer vacation daily question 6)

C language - pointer one touch ※

C语言力扣第41题之缺失的第一个正数。两种方法,预处理快排与原地哈希

Redis过期删除策略和内存淘汰策略

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

columns in GROUP BY clause; this is incompatible with sql_ mode=only_ full_ group_ By mysql8.0 solution
![[acwing] 2983. Toys](/img/e4/f71949a00ae604703d2b39bffb7c80.png)
[acwing] 2983. Toys

Can serial port can 232 can 485 serial port to CANbus bus gateway module can232/485mb converter cancom

汉字风格迁移篇---通过生成对抗网络学习一对多程式化汉字的转换和生成
随机推荐
Vector explanation and iterator failure
vector详解和迭代器失效问题
Briefly describe the application fields of WMS warehouse management system
【ACWing】1268. 简单题
[mathematical modeling] basic knowledge of MATLAB
【洛谷】P1383 高级打字机
To study the trend of open source and gain insight into the future of the industry, stonedb community and the China Academy of communications and communications released the Research Report on the dev
Icml2022 | imitation learning by evaluating the professional knowledge of the presenter
Can serial port can 232 can 485 serial port to CANbus bus gateway module can232/485mb converter cancom
普林斯顿微积分读本02第一章--函数的复合、奇偶函数、函数图像
异步时父子线程间的ThreadLocal传递问题
阿里三面:MQ 消息丢失、重复、积压问题,如何解决?
@Autowired注解的原理
Stm32fsmc extended SRAM
webassembly 01基本资料
Have you known several distribution methods of NFT? What are the advantages and disadvantages of different distribution methods?
List converted to tree real use of the project
LeetCode - 单调栈与单调队列
MySQL八股知识点:从入门到删库
Distance between bus stops: simple simulation problem