How to read a text file into command line history
22:05 06 Jul 2017

I have a .txt file with command line commands on each line. How can I load the contents of this text file back into the "clipboard" or "history" memory of a command prompt session and be able to arrow key up/down through them?

Example of commands and format inside blah.txt:

ipconfig
ipconfig /flushdns
cd C:\blah
windows-10 windows-console