摘要:
@echo off (关闭执行过程,只显示结果) color 0a 黑绿 title 主题名 echo 打印输出 pause暂停 echo.空一行;换行; echo 垃圾清理 d: >nul 2 >nul cd \ >nul 2>nul rd . \s\q >nul 2>nul ping -n 10 阅读全文
posted @ 2020-07-03 23:27
雅那安
阅读(188)
评论(0)
推荐(0)
摘要:
@echo off (关闭执行过程,只显示结果) color 0a 黑绿 title 主题名 echo 打印输出 pause暂停 echo.空一行;换行; echo 垃圾清理 d: >nul 2 >nul cd \ >nul 2>nul rd . \s\q >nul 2>nul ping -n 10 阅读全文
posted @ 2020-07-03 23:27
雅那安
阅读(188)
评论(0)
推荐(0)
摘要:
1.echo hello,world >>1.txt 2.copy con 1.txt 3.type 1.txt | more 4.rd . /s/q (.表示当前文件夹,/s表示递归,/q强制) 5.md directory (新建文件交夹) 6.del *.* 7.attrib +h(hide) 阅读全文
posted @ 2020-07-03 21:10
雅那安
阅读(132)
评论(0)
推荐(0)
|