Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7747 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am new to applescript and I have what I think should be a simple question. I have tried looking for an answer but no luck yet.

I have a script and set it up in the login section of OS X. Basically it opens the server connection with the Filemaker Files on it.

Script =

tell application "finder"

mount volume "smb://domain/etc/"

end tell

How do I get the script to automatically run without asking the question, "Have Script Run?" with the choices "quit ", "run".

Do I add a step when I save the script?

Thanks,

Paul

side note: I know you can add some servers directly to the login area, but OS X does not support smb in this area so I decided to use an applescript.

Posted

Open the script in script maker and do a save as. Select Format: application and then make sure that the "Never show start up screen" is selected.

This topic is 7747 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.