NETWORK PERFORMANCE

:: This batch file checks for network connection problems.
ECHO OFF
:: View network connection details
ipconfig /all
:: Check if detik.com is reachable
ping detik.go.id
:: Run a traceroute to check the route to detik.go.id
tracert detik.go.id
PAUSE

No comments:

Post a Comment