在moi中怎样设置快捷键打开在MOI安装目录中的word文档?(How to set a shortcut key in MOI to open a Word document located in the MOI installation directory?)

 From:  Michael Gibson
11795.2 In reply to 11795.1 
Hi SUIYAN, try putting this in for the "Command" part of the shortcut key:

script: moi.filesystem.shellExecute( moi.filesystem.getProcessDir() + 'filename.docx' );

- Michael