We can set the value of a variable (say, "upper_bound") in a batch file in the following way:
SET upper_bound=3
But is there any way to read this value '3' from a input.txt file which will just contain value 3?
We can set the value of a variable (say, "upper_bound") in a batch file in the following way:
SET upper_bound=3
But is there any way to read this value '3' from a input.txt file which will just contain value 3?