How to I start example.txt as a Notepad or a Word document through cmd

浪子不回头ぞ 提交于 2019-12-13 09:22:27

问题


Im trying to start a given file as a notepad or a word document, not open a new notepad or word document


回答1:


example.txt

or

start example.txt

or

notepad example.txt

or

start notepad example.txt



回答2:


In cmd, you can just type 'notepad example.txt'.



来源:https://stackoverflow.com/questions/20168227/how-to-i-start-example-txt-as-a-notepad-or-a-word-document-through-cmd

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