Skip to content

Instantly share code, notes, and snippets.

@alexsaezm
Created August 14, 2013 15:07
Show Gist options
  • Select an option

  • Save alexsaezm/6231946 to your computer and use it in GitHub Desktop.

Select an option

Save alexsaezm/6231946 to your computer and use it in GitHub Desktop.
MAC address in spanish Windows OS
@ECHO OFF
echo "**START***" >> mac.txt
ipconfig /all | find "Nombre" >> mac.txt
ipconfig /all | find "sica" >> mac.txt
echo "**END***" >> mac.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment