How to Run Command for Microsoft Word? We can launch the Microsoft Word application from the Run window by running the command winword
. Check – How to Run Command for Control Panel
How to Run Command for Microsoft Word –
Note that this command does not work from the command line as winword.exe
the location is not added to the PATH environment variable. However, we can use the below command to open the Word application from the command prompt.
start winword
The above commands work with all editions of MS Word and Office.
To open an existing word document from the command prompt
start winword
For example, to open the file C:\Users\mylogin\Resume.docx, the command would be
start winword C:\Users\mylogin\Resume.docx
Check Out – How to Get Windows Install Date – Using Command Prompt