MaxTyutyunnikov / grub4dos-chenall

Automatically exported from code.google.com/p/grub4dos-chenall
0 stars 0 forks source link

/i not working with <= or >= #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

set a=a
set b=B
if /i "%a%"<="%b%" echo fred
>> 

set a=a
set b=b
if /i "%a%"<="%b%" echo fred
>> fred

set a=b
set b=B
if /i "%a%"<="%b%" echo fred
>> fred

What is the expected output? What do you see instead?
all should echo 'fred'

What version of the product are you using? On what operating system?
0.4.5c 2013.05.21

Please provide any additional information below.

Original issue reported on code.google.com by Steve6375 on 8 Jul 2013 at 11:56