Hi. I have a batch file in which I use querybox to get a %ans that is numeric. I want to a conditional expression that is numeric, but I'm not getting a numerical comparison in an IFF statement.
IFF %ans == 1 works, but %ans GE 1 does not work.
How do I get the numerical commparison to work?
Thx
IFF %ans == 1 works, but %ans GE 1 does not work.
How do I get the numerical commparison to work?
Thx