Skip to content

Instantly share code, notes, and snippets.

@teamextension
Created February 22, 2012 16:41
Show Gist options
  • Save teamextension/1885948 to your computer and use it in GitHub Desktop.
Save teamextension/1885948 to your computer and use it in GitHub Desktop.
AutoIt
Dim $urlString = "http://ping.pushmon.com/ping/5f6090d6-714f-4f47-bc7a-5f878996ef57";
InetGet($urlString, "~ping.tmp")
If @error <> 0 Then
; log error
EndIf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment