bat 脚本 延时,读取文件
摘要:
### 读取文件 ping 127.0.0.1 -n 1 > tmp.txtfor /f i in (tmp.txt) do ( echo %i% ) ### 延时 借用ping的延时, 当前这个延时不精准,只能是大概有延时1秒的效果 。 ping 0 -n 2 > nul 阅读全文
posted @ 2021-02-01 22:34 ljymoonlight 阅读(88) 评论(0) 推荐(0) 编辑
2021年2月1日 #
posted @ 2021-02-01 22:34 ljymoonlight 阅读(88) 评论(0) 推荐(0) 编辑