That ping trick for the iPhone is a cool idea, can you share the applescript code for that?
Sure, its pretty simple
set temp to ((do shell script “defaults read /Library/Preferences/Jarvis homeChad”) as number) as boolean
if temp is false then
try
do shell script (“ping -c2 X.X.X.X”)
[ enter code here to sign yourself in ]
end try
end if
Posted on Tuesday March 1st
