How do I open a file with a program via a shortcut from the cmd prompt
- by PassByReference0
Here's my predicament:
When I add a program's location to my PATH, I can do the following in cmd prompt to open a file in my current directory:
notepad++ open_me.txt
And this opens open_me.txt in notepad++.
However, I don't want to have to add every single program I want to run to my path. What I want is to add a folder called…