Category: applescript

Connect to a share from Applescript

More fun with mac scripting. There's a way to connect to a share on the network (mount/connect to a server if you're hopelessly lost in Mac-only parlance) using AppleScript: tell application "Finder" mount volume "smb://myserver.mydomain.net/myshare" end tell In my test, this code completed successfully, so it communicates with the Key Chain properly and finds the …

Continue reading