I’m trying to make a batch file that will read the contents of a text file then display all of it onto the console is this possible? also is it possible for it to search for just a key word then it will only display that line?
here is an example of the text file
test, C:\users\documents\picture
test1, C:\program files\
etc etc
Display the entire text file:
Display just the line containing “test1,”:
For more information:
And in general: