Skip to content

Instantly share code, notes, and snippets.

@danini-the-panini
Created January 8, 2014 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danini-the-panini/8315429 to your computer and use it in GitHub Desktop.
Save danini-the-panini/8315429 to your computer and use it in GitHub Desktop.
Quick global IP getter script (puts IP in clipboard for pasting in IM's etc.) Works in Windows Vista, 7, 8
@echo off
echo Getting your IP address...
echo.
curl ifconfig.me | clip
echo.
echo Your IP is in the clipboard :)
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment