Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

BAT script: check whether a web page can be opened

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

:: need to download and install crul command first, download address: https://curl.haxx.se/download.html

@ echo off

Set url= https://www.baidu.com

Echo url%

For / f% z in ('curl-so / dev/null-w% {http_code}% url%') do (

Set result=%%z

Echo z

)

If% result% NEQ 200 (

Echo% date%%time%% url% cannot open error code% result% > > D:\ log\% date:~0,4%%date:~5,2%%date:~8,2%ERROR.log

) else (

Echo% date%%time%% url% page can open code% result% > > D:\ log\% date:~0,4%%date:~5,2%%date:~8,2%OK.log

)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report