
批处理
friendan
快乐源于分享丶
展开
-
批处理定时删除文件夹
想用批处理搞个定时器定时删除某个文件夹,实现如下: @echo off :again echo 延时1秒中... ping -w 1000 127.1>nul RMDIR /S /Q G:\4\dir goto again原创 2015-01-22 15:08:27 · 4082 阅读 · 0 评论 -
批处理设置IP
@echo off echo ------------------------------------------------- echo WIN7系统请以管理员身份运行本批处理脚本 echo ------------------------------------------------- netsh interface ip set address "本地连接" stat原创 2015-03-15 21:52:30 · 951 阅读 · 0 评论