agutleben Posted September 27, 2005 Posted September 27, 2005 Is there a way to have FileMaker automatically connect to a remote volume though AppleScript or other method. I actually am trying to do this on Mac and Win. but thought I would start here. Any suggestions would be most welcome.
CyborgSam Posted September 27, 2005 Posted September 27, 2005 Yes, tell application "Finder" mount volume "smb://domain;username@servername/share" end tell
Zero Tolerence Posted September 28, 2005 Posted September 28, 2005 (edited) Yep, and on windows you can say: net x: "127.0.0.1volumename" Where x is the drive you want to mount the volume to. BTW ^^ is a send event script step. Edited September 28, 2005 by Guest
CyborgSam Posted September 28, 2005 Posted September 28, 2005 What application do I specify? Is this a Mac question? If so, use Script Editor in /Applications/AppleScript to create the script. Save it as Executable so FileMaker can launch it (rather than opening it as a document in Script Editor).
Recommended Posts
This topic is 6997 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