/*auto readmore*/ /*auto readmore*/ /* an hien script*/ // an hien password /*an hien ma chuong trinh cong tru */ /*Scrollbox thanh cuon*/ /***Nhung CODE***/ /* dòng xanh dòng trắng */ /* https://cdnjs.com/libraries/prism lay thu vien, can vao ten file ma goi 1. copy link vao vi du:prism-python.min.js 2. ten ngon nua la python */ /*=== New posts ===*/ /*header slider*/ /*=== bai viet lien quan===*/ /*===tabcode===*/

Ping test và kết quả trả vào text

Yêu cầu: ping IP 8.8.8.8 và 8.8.4.4 kết quả ping trả về lưu vào file với tên theo cấu trúc ngày giờ hiện + tên máy tính đang ping + IP được ping.

Gợi ý: Tạo file .bat hoặc .cmd  với nội như bên dưới, sau đó chạy file vừa lưu.

@echo off
set _DateTime=%date%_%time%
set _DateTime=%_DateTime: =_%
set _DateTime=%_DateTime::=-%
set _DateTime=%_DateTime:/=_%
set _DateTime=%_DateTime:.=_%
set _hostname=%COMPUTERNAME%
set _output=%_DateTime%_%_hostname%
set _p1=8.8.8.8
set _p2=8.8.4.4
set _n=10
set _path=C:\tmp
ping -n %_n% %_p1% >%_path%\"%_output%_to_%_p1%.txt"
ping -n %_n% %_p2% >%_path%\"%_output%_to_%_p2%.txt"
@echo on



Giải thích:

Lấy ngày giờ hiện tại
set _DateTime=%date%_%time%
set _DateTime=%_DateTime: =_%
set _DateTime=%_DateTime::=-%
set _DateTime=%_DateTime:/=_%
set _DateTime=%_DateTime:.=_%

lấy tên máy tính đang thực hiện lệnh ping và nối với ngày giờ hiện tại
set _hostname=%COMPUTERNAME%
set _output=%_DateTime%_%_hostname%
IP cần ping
set _p1=8.8.8.8
set _p2=8.8.4.4
số lần lặp lại
set _n=10
nơi lưu kết quả ping
set _path=C:\tmp
thực hiện lệnh ping và đẩy kết quả vào file
ping -n %_n% %_p1% >%_path%\"%_output%_to_%_p1%.txt"
ping -n %_n% %_p2% >%_path%\"%_output%_to_%_p2%.txt"

Kết quả:

No comments:

Post a Comment

/*header slide*/