pkudrle Posted September 9, 2003 Posted September 9, 2003 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.
jfmcel Posted September 9, 2003 Posted September 9, 2003 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.
pkudrle Posted September 9, 2003 Author Posted September 9, 2003 I new there was an easy answer. thanks, Paul
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now