home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 November / PCWELT_11_2005.ISO / pcwsoft / autoit-v3-setup.exe / Examples / _GetIP.au3 < prev    next >
Encoding:
Text File  |  2005-01-03  |  102 b   |  3 lines

  1. #include <Inet.au3>
  2. $PublicIP = _GetIP()
  3. MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP)