Newbies kban Posted August 25, 2014 Newbies Posted August 25, 2014 Hi all I need to have a script to simulate Microsoft's Word "File->Open URL" command and paste my file's URL there. I need to open my file from server, without downloading, using WebDav. I've tried to use following script: tell application "/Applications/Microsoft Office 2011/Microsoft Word.app/Contents/MacOS/Microsoft Word" open file "https://www.myserver.com/webdav/MyDoc.doc" end tell but i got error: "execution error: Microsoft Word got an error: file doesn’t understand the open message. (-1708)" Thank you for any help.
Matthew F Posted August 31, 2014 Posted August 31, 2014 Does that applescript command work for you if you run it using AppleScript Editor?
Recommended Posts
This topic is 3737 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