Jump to content

ip_script


rapp
 Share

Recommended Posts

Not sure if you wanted that it that way but @IPAddress1 gets your local IP on your network (IE 192.168.2.100). To get your global IP you need to use _GetIP().

Here is an example of using _GetIP:

#Include <Inet.au3>
MsgBox(0,"Global IP",_GetIP())

Anyway , Welcome to the forums. :lmao:

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

This srcipt took 0,1 sec to make.. o:)

It shows that Autoit3 is a nice program! :lmao:

Heres the script write a message :king:

could it be done more short ;)

$p = @IPAddress1

MsgBox ( 0, "Info", "Ip: " & $p & "")

MsgBox ( 0, "Info", "Ip: " & @IPAddress1 )
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...