Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Mount and unmount server shares via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Mount and unmount server shares via AppleScript
Authored by: fresler on Mar 21, '05 11:25:19AM

You can see if you're on a particular network via IP like this:
set zippy to do shell script "ping -c 1 192.168.1.93"
if zippy contains "1 packets received" then
...
end if



[ Reply to This | # ]