Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Re: Can Applesc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 11 Topic 1557 of 1611
Post > Topic >>

Re: Can Applescript tell if computer is online?

by Sander Tekelenburg <user@[EMAIL PROTECTED] > Jan 3, 2008 at 02:56 PM

In article 
<4a8b5a8e-d136-4040-8919-03177f12141d@[EMAIL PROTECTED]
>,
 biz@[EMAIL PROTECTED]
 wrote:

[... condition to check]

> I can still ping websites (although I cannot browse the
> we because I always get my ISP's website).

Then try something like this:

set theResult to ""
try
 set theResult to (do shell script "curl -I http://ww.google.com")
end try
if (theResult contains "HTTP/1.1 ") then
 display alert ("i am online")
else
 display alert ("i am offline")
end if

-- 
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>

Mac user: "Macs only have 40 viruses, tops!"
PC user: "SEE! Not even the virus writers support Macs!"




 11 Posts in Topic:
Can Applescript tell if computer is online?
biz@[EMAIL PROTECTED]   2007-12-31 19:22:34 
Re: Can Applescript tell if computer is online?
Sander Tekelenburg <us  2008-01-01 18:50:28 
Re: Can Applescript tell if computer is online?
biz@[EMAIL PROTECTED]   2008-01-02 05:38:29 
Re: Can Applescript tell if computer is online?
iterate4@[EMAIL PROTECTED  2008-01-03 00:00:15 
Re: Can Applescript tell if computer is online?
Jolly Roger <jollyroge  2008-01-02 18:20:28 
Re: Can Applescript tell if computer is online?
biz@[EMAIL PROTECTED]   2008-01-02 17:14:25 
Re: Can Applescript tell if computer is online?
Sander Tekelenburg <us  2008-01-03 14:56:24 
Re: Can Applescript tell if computer is online?
biz@[EMAIL PROTECTED]   2008-01-03 16:13:55 
Re: Can Applescript tell if computer is online?
Sander Tekelenburg <us  2008-01-04 05:58:56 
Re: Can Applescript tell if computer is online?
Jolly Roger <jollyroge  2008-01-03 23:14:15 
Re: Can Applescript tell if computer is online?
biz@[EMAIL PROTECTED]   2008-01-03 17:05:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri May 16 22:55:17 CDT 2008.