问题
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