Skip to content

Instantly share code, notes, and snippets.

@kcollasarundell
Created June 17, 2011 02:28
Show Gist options
  • Save kcollasarundell/1030744 to your computer and use it in GitHub Desktop.
Save kcollasarundell/1030744 to your computer and use it in GitHub Desktop.
silly batch file for bob
echo "Hey bob don't forget to replace the - with :" >"%HOMEPATH%\desktop\ip.txt"
ipconfig >> "%HOMEPATH%\desktop\ip.txt"
start notepad "%HOMEPATH%\desktop\ip.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment