rapp Posted January 21, 2006 Posted January 21, 2006 This srcipt took 0,1 sec to make.. It shows that Autoit3 is a nice program! Heres the script write a message could it be done more short $p = @IPAddress1 MsgBox ( 0, "Info", "Ip: " & $p & "")
FuryCell Posted January 21, 2006 Posted January 21, 2006 (edited) 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. Edited January 21, 2006 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
strate Posted January 21, 2006 Posted January 21, 2006 This srcipt took 0,1 sec to make.. It shows that Autoit3 is a nice program! Heres the script write a message could it be done more short $p = @IPAddress1MsgBox ( 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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now