Re: Does anybody know a fast method to get out myIP?
Re: Does anybody know a fast method to get out myIP?
- Subject: Re: Does anybody know a fast method to get out myIP?
- From: Emmanuel <email@hidden>
- Date: Thu, 1 Dec 2005 17:17:22 +0100
At 9:04 AM -0600 12/1/05, Allan McCoy wrote:
<mailto:email@hidden>email@hidden on
Thursday, December 1, 2005 at 5:50 AM -0600 wrote:
Does anybody know a fast method to get out myIP?
on the local machine:
set hostName to do shell script "hostname"
set myIP to do shell script "host " & hostname
set myIP to last word of myIP
or in a single line:
set myIP to last word of (do shell script "host " & (do shell script
"hostname"))
This won't work in all cases. OMM, do shell script "hostname" returns
"emmanuel.local", that "host" doesn't resolve.
I must confess that I know no other way of getting your IP than
connecting to whatismyip.com or some other equivalent service.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden