[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[已解决]批处理命令 ping 后没有任务提示

本帖最后由 shi981 于 2015-6-11 09:06 编辑

之前调试过BAT脚本,后来发现PING用不了了,是什么原因?
C:\Documents and Settings\sf>ping 192.168.1.1

C:\Documents and Settings\sf>

ping.exe 192.168.1.1
这样可以吗?

TOP

回复 2# 437153

加.exe 可以。什么原因?难道我把ping 定义成一个变量了?

    C:\Documents and Settings\sf>ping.exe www.hao123.com

Pinging hao123.n.shifen.com [111.13.100.114] with 32 bytes of data:

Reply from 111.13.100.114: bytes=32 time=21ms TTL=50
Reply from 111.13.100.114: bytes=32 time=23ms TTL=50

Ping statistics for 111.13.100.114:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 21ms, Maximum = 23ms, Average = 22ms
Control-C
^C
C:\Documents and Settings\sf>

TOP

看看是不是有ping.bat或者ping.cmd这样的脚本,把它重命名成test.bat吧。
1

评分人数

    • shi981: 真有这样一个脚本技术 + 1
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

TOP

回复 4# Batcher


    还真有一个叫做 ping.bat
的脚本,谢谢!

TOP

返回列表