
bat
Neil2013
保持兴趣,坚持隐忍
生于忧患,死于安乐
展开
-
ping_with_time.bat 备份bat
<br /> <br />@echo off <br />:START <br />echo --------------->>104.txt <br />>temp.txt ping 192.168.100.2 -n 60 -l 300 <br />for /f "tokens=* delims=" %%i in (temp.txt) do ( <br /> echo %date% %time:~0,5% %%i>>104.txt <br />) <br />goto START<br />原创 2011-03-19 10:34:00 · 512 阅读 · 0 评论 -
mysql5.7管理
mysql 备份 http://jingyan.baidu.com/article/fec7a1e5effa331190b4e7ab.html-------讲以下命令保存为bat-----------set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%"if not exist "D:\MysqlBackUp" md "D:\MysqlBack转载 2017-03-07 14:51:07 · 378 阅读 · 0 评论