I have two files in the same folder that I\'d like to run. One is a .txt file, and the other is the program shortcut to an .exe. I\'d like to make
.txt
.exe
The command start [filename] opened the file in my default text editor.
start [filename]
This command also worked for opening a non-.txt file.