Skip to content

Instantly share code, notes, and snippets.

@sasqwatch
Forked from joswr1ght/wifiscan.cmd
Created August 15, 2019 18:41
Show Gist options
  • Save sasqwatch/5f6c16d06e7418a2603c7db290419102 to your computer and use it in GitHub Desktop.
Save sasqwatch/5f6c16d06e7418a2603c7db290419102 to your computer and use it in GitHub Desktop.
Wi-Fi Scanning at the Windows Command Prompt, FOR loop style
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