Created
July 11, 2019 11:32
-
-
Save joswr1ght/b4453fc2ba5f6f01e14e43978208b7fa to your computer and use it in GitHub Desktop.
Wi-Fi Scanning at the Windows Command Prompt, FOR loop style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR /L %N IN () DO @netsh wlan show networks mode=bssid | findstr "^SSID Signal" && ping -n 16 127.0.0.1 >NUL && cls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this will generate a complete html file for you !
netsh wlan show wlanreport