Re: How to check an IP Address
Re: How to check an IP Address
- Subject: Re: How to check an IP Address
- From: Steve Thompson <email@hidden>
- Date: Wed, 22 Jul 2009 22:22:53 +0100
On 22 Jul 2009, at 22:12, Andrew P wrote: For example: set IP to "INSERT IP ADDRESS SCRIPT HERE"
(display dialog "Your IP address is (now I need to insert the variable IP, need help here too. It makes it into text.)")
Change en0 to the network interface you're using. set ipadd to do shell script "ipconfig getifaddr en0" display dialog "You IP address is " & (ipadd as string) & "."
Steve |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden