Inky Phil Posted February 27, 2008 Posted February 27, 2008 Hi everybody I know this has nothing to do with FM but I am a bit stuck and I need some help from the mac users. What I want is that on startup I get a link established to a shared folder on a windows server. I can do this manually but I do not know how to get it to happen automatically on startup. It already does this for another folder on the same machine but I cannot for the life of me work out how you do it. The mac help files are very frustrating!! Thanks in advance peeps Phil
Fenton Posted February 27, 2008 Posted February 27, 2008 I don't know if this works, not having access to a Windows Server. But this is the AppleScript to do it. You cannot compile it until you have the correct info in it however: mount volume "smb://user:password@server/share" repeat try alias "share:" exit repeat end try end repeat tell application "Finder" to open alias "share:folder:"
Inky Phil Posted February 27, 2008 Author Posted February 27, 2008 Thanks Fenton I will give that a whirl Phil
Recommended Posts
This topic is 6114 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now