Hi,
I have the following problem in mountain lion.
In lion i used a mount script and it always worked. It showed on desktop and in the Finder under devices. Macintosh HD and Data
Now in mountain lion is also mounts and shows on the desktop, but not in the Finder under Devices. Under Devices is only Macintosh HD..
Has something changed for the scripting?
Thanks for the help
I have the following problem in mountain lion.
In lion i used a mount script and it always worked. It showed on desktop and in the Finder under devices. Macintosh HD and Data
PHP:
tell application "Finder"
mount volume "afp://username:password@server"
end tell
Now in mountain lion is also mounts and shows on the desktop, but not in the Finder under Devices. Under Devices is only Macintosh HD..
Has something changed for the scripting?
Thanks for the help