博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
批处理Ping服务器
阅读量:5809 次
发布时间:2019-06-18

本文共 346 字,大约阅读时间需要 1 分钟。

1 for /f "tokens=2,*" %%i in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Desktop"') do (2 set desk=%%j3 )4 date/t >>%desk%\log.txt5 time/t >>%desk%\log.txt6 ping -n 5 192.168.1.1 >>%desk%\log.txt7 time/t >>%desk%\log.txt 8 start %desk%\log.txt9 exit

 

转载于:https://www.cnblogs.com/fangbaiyi/p/4597531.html

你可能感兴趣的文章
入门系列之 使用Winston记录Node.js应用程序
查看>>
前端每日实战:101# 视频演示如何用 CSS 和 D3 创作一组摆线
查看>>
encodeURI、encodeURIComponent、decodeURI、decodeURIComponent的区别
查看>>
python_bomb----字符串操作
查看>>
【DL-CV】计算机视觉前置了解
查看>>
spring boot 2.0.2 集成hbase
查看>>
iView 发布 3.0 版本,以及开发者社区等 5 款新产品
查看>>
180705-一个简单的幂等工具类实现
查看>>
深度优先搜索(Depth-first search)是如何搜索一张图的?
查看>>
RocketMQ负载均衡特性
查看>>
jQuery初体验
查看>>
Spring cloud feign传日期类型参数报错解决
查看>>
Go微服务系列 - 第三部分 - 嵌入数据库和JSON
查看>>
分享一下我的 vue + koa + mysql 搭建博客之旅
查看>>
关于constructor 的理解
查看>>
浏览器父子窗口间通信
查看>>
MongoDB 入门教程
查看>>
Full-featured Vue 评分组件
查看>>
210. Course Schedule II
查看>>
.gitignore文件
查看>>