I have a .exe which requires 3 integers as input. For example:
myCode.exe < input.txt
In input.txt:
2
3
8
Now I want to put the command in a batch file. how can I write the batch file?
(Here I want to pass 3 fixed integers in the batch file)
THANKS!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…