English 中文(简体)
开放式管理办公室档案
原标题:Open MS Office file with AppleScript

我有一份书面文件,将使用“共享点”的正确方案打开文件。 开放文件,如果安装Microsoft Office,就在场。 基本内容是:CreateObject(“SharePoint.OpenDocuments.2”).EditDocument(“MyDocument.docx”),其中MyDocument.docx可以做任何事情,正确的方案将开放。

如果安装Microsoft Office(或者甚至其他)的话,在Mac的Ampap中是否有实现同样的东西的方法?

Thanks,

Adam。

UPDATE: 档案的位置将像“http://myserver/myfile.doc”一样,而且这一位置将难以编码。

最佳回答
set chosenFile to choose file
tell application "Finder"
    open chosenFile
end tell

<>开放式<>指示/编码>可进一步扩大,以接受提及申请和与开启档案有关的其他论点,但如果你不需要具体指明申请,则上述要求确实需要。

问题回答

暂无回答




相关问题
SharePoint - Approaching Website Storage Limit Email

How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...

UI automated testing within SharePoint

I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...

Enable authorization on sitemap provider

I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

Sharepoint 2007 Data view Webpart custom parameters

I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...

热门标签