win批处理
Posted paddingtoneyes
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win批处理相关的知识,希望对你有一定的参考价值。
@echo off (关闭执行过程,只显示结果)
color 0a 黑绿
title 主题名
echo 打印输出
pause暂停
echo.空一行;换行;
echo 垃圾清理
d: >nul 2 >nul
cd >nul 2>nul
rd . sq >nul 2>nul
ping -n 10 10.1.1.1 >nul 2>nul
echo congratulations!!!
以上是关于win批处理的主要内容,如果未能解决你的问题,请参考以下文章