当前位置:网站首页>CMD permanently delete specified folders and files
CMD permanently delete specified folders and files
2022-07-07 05:55:00 【Little yellow man software】
CMD Permanently delete the specified folder /S Delete directory and all subdirectories and files under the directory /Q When the deletion can be cancelled, the system confirms to delete directly .
rd/s/q D:/test
CMD Delete file
del 1.txt
fc one.txt two.txt > 3st.txt Compare the two files and output the differences to 3st.txt In file ,"> " and "> >" It's a redirection command
start A program name or command /max or /min Open a new window and maximize ( To minimize the ) To run a program or command
mem see cpu usage
边栏推荐
- 三级菜单数据实现,实现嵌套三级菜单数据
- SQLSTATE[HY000][1130] Host ‘host. docker. internal‘ is not allowed to connect to this MySQL server
- win配置pm2开机自启node项目
- 一个简单的代数问题的求解
- Message queue: how to deal with message backlog?
- Nvisual network visualization
- 《ClickHouse原理解析与应用实践》读书笔记(6)
- I didn't know it until I graduated -- the principle of HowNet duplication check and examples of weight reduction
- Lombok plug-in
- An example of multi module collaboration based on NCF
猜你喜欢
随机推荐
Dynamic memory management
zabbix_get测试数据库失败
ML之shap:基于adult人口普查收入二分类预测数据集(预测年收入是否超过50k)利用shap决策图结合LightGBM模型实现异常值检测案例之详细攻略
Flinksql read / write PgSQL
PowerPivot - DAX (function)
[cloud native] what is the microservice architecture?
三级菜单数据实现,实现嵌套三级菜单数据
Input of native applet switches between text and password types
原生小程序 之 input切換 text與password類型
每秒10W次分词搜索,产品经理又提了一个需求!!!(收藏)
线性回归
STM32按键状态机2——状态简化与增加长按功能
Flask1.1.4 Werkzeug1.0.1 源碼分析:啟動流程
Randomly generate session_ id
爬虫练习题(三)
Web authentication API compatible version information
sql查询:将下一行减去上一行,并做相应的计算
nVisual网络可视化
关于服装ERP,你知道多少?
PTA 天梯赛练习题集 L2-002 链表去重








