Skip to content

Instantly share code, notes, and snippets.

@naoto
Created March 16, 2010 07:28
Show Gist options
  • Save naoto/333728 to your computer and use it in GitHub Desktop.
Save naoto/333728 to your computer and use it in GitHub Desktop.
WindowsでLAN内のIPを確認する方法
for /l %i in (0,1,255) do ping -w 1 -n 1 192.168.0.%i && arp -a 192.168.0.%i >> arp.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment