closing an application or document

22 次查看(过去 30 天)
PK
PK 2012-11-28
hello my question is ""I want to open a ms-word document and then MATLAB after that I want to close the opened ms-word document"" so what command or part of code can be used to do that task and in example I have asked as ms-word it can be an excel,text,powerpoint,pdf,etc., suggest some answer relevant to the requirement.
  3 个评论
PK
PK 2012-11-29
@Walter Roberson : killing an application refers to closing it or deleting it pls elaborate your answer and can u explain how to kill an application.
Walter Roberson
Walter Roberson 2012-11-29
My comment is administrative, and goes along with the Tag I added, "duplicate post requiring merging". This present Question is the same topic as your earlier Question, so this Question needs to be merged with your previous one. I do not, however, have access to the internal tools needed to merged Answers Forum Questions that have been Answered, so I tagged the question for the staff to take care of the merging.

请先登录,再进行评论。

回答(1 个)

Jan
Jan 2012-11-28
编辑:Jan 2012-11-28
Opening:
winopen('C:\Temp\yourFile.docx')
Closing:
This has been answered in your very similar question http://www.mathworks.com/matlabcentral/answers/55013-any-application-closing-using-matlab already.
Please do not post a question again, but add comments to answers, when they do not solve your problem.
  4 个评论
Jan
Jan 2012-11-28
编辑:Jan 2012-11-28
@Pink panther: I do not see any suggestion concerning deleting a file. When I read your question again I still find: "I want to open a ms-word document...". Please explain, why winopen() does not answer this part of the question. It even works for "excel, text, powerpoint, pdf", but "etc" is simply too general to be solved from the Matlab level.
And you are right: I did not answer how to close Word in the posted link, but Vishal Rane and Kaustubha Govind did it. I do not understand what you want to say with these comments.
PK
PK 2012-11-29
@simon: ur ans to open using winopen is fine but my problem is not "I want to open a ms-word document." but its to close a ms-word document which is already in open ie., which u can see on taskbar

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by