maqsood ahmad
maqsood ahmad

Reputation: 11

Can I execute multiple commands store in a text file through bat file

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

Answers (1)

Joel Spolsky
Joel Spolsky

Reputation: 33667

cmd < input.txt

Upvotes: 2

Related Questions