How to start a specific file as Notepad or Word in CMD

我的未来我决定 提交于 2019-12-13 10:58:06

问题


So I'm trying to start a program as notepad or word, but I'm not sure how to do it


回答1:


you can write something like

C:>notepad 

or

"c:\Program files\MSOffice\World"

both call are identic. But path to C:\Windows\notepad.exe is to write in envirinment variable %PATH%.



来源:https://stackoverflow.com/questions/20167958/how-to-start-a-specific-file-as-notepad-or-word-in-cmd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!