Skip to content

Instantly share code, notes, and snippets.

@ShaRose
Created September 12, 2013 00:43
Show Gist options
  • Select an option

  • Save ShaRose/6531848 to your computer and use it in GitHub Desktop.

Select an option

Save ShaRose/6531848 to your computer and use it in GitHub Desktop.
@echo off
setlocal
(curl 127.0.0.1:7890/?) > npdummy 2> nul
set /p output= < npdummy
@echo /me %output%
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment