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


Click here to return to the 'Another way...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Another way...
Authored by: david_bates on Oct 09, '02 10:57:12PM

Here is how I did it for SMB:

I connected to the share, checked the box to save the login info in the Keychain, and created an alias to the server. Then I compiled the following script as an App and added it to the Login Items list.

This way it uses the login/password from my keychain.

However, I know very little about AppleScript so there are probably much better ways to accomplish this.

tell application "Finder"
open alias file "<path-to-alias>"
close window "<window-name>"
end tell



[ Reply to This | # ]