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
The command-line syntax for opening a text file is:
type filename.txt
File types supported by this command include (but are not limited to): .doc, .txt, .html, .log
If the contents is too long, you can add "|more" after "type filename.txt", and it will pause after each screen; to end the command before the end of the file, you can hold Ctrl + C.