Dos 命令备忘

net start tomcat6

net stop tomcat6

( CTRL+BREAK中断以查看统计信息;CTRL+C 停止 )

ping www.google.com -t -a

( 发送100次请求,每个请求的包的大小为4096 bytes )

ping www.google.com -n 100 -l 4096

tasklist /s 192.168.*.* /U edgen /P  *** 

猜你喜欢

转载自edgenhuang.iteye.com/blog/1150947