Ping Script
Ping Script
- Subject: Ping Script
- From: Porter Slice <email@hidden>
- Date: Mon, 25 Mar 2013 21:41:16 -0700
I am trying to write a script that will welcome me home when the static ip address of my phone is recognized on my wireless network. Here is what I have so far,
property server_address : "192.168.2.37" delay 10 do shell script "ping -c 1 " & server_address say "welcome home Porter" using "Alex"
It works the first time, but I want the script to continually run and listen for that ip address without annoying me by welcoming me home every ten seconds.
Porter Slice |
_______________________________________________
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