cmd /k ping
www.baidu.com %*
保存为p.cmd
放到C:\WINDOWS\system32目录下
-------------------------------------------
从此以后随时在开始运行里输入p回车就行了,需要无限ping可以输入"p -t"
cmd /k ping
www.baidu.com %*
Save as p.cmd
Put it in the C:\WINDOWS\system32 directory
-------------------------------------------
From then on, you can just type p in the Run dialog under Start and press Enter. To ping indefinitely, type "p -t"