Reputation: 11
I have a file input.txt which contain multiple commands. I need to use that file as input of my batch file. How can i do this.
Upvotes: 1
Views: 257
Reputation: 33667
cmd < input.txt
Upvotes: 2