Is anyone here good with AppleScript? I just switched in March and I want to try writting some AppleScript to automate the connection to my Windows network shares when my Wireless connection is connected to my home network. So for example:
if airportextreme network = "muppets" then
mount network drive a
mount network drive b
mount network drive c
else
umount network drive a
umount network drive b
umount network drive c
Is this possible with AppleScript? Is there anyway to have said script run automagically when the airport card connects to any network?
if airportextreme network = "muppets" then
mount network drive a
mount network drive b
mount network drive c
else
umount network drive a
umount network drive b
umount network drive c
Is this possible with AppleScript? Is there anyway to have said script run automagically when the airport card connects to any network?