Export to GitHub

grub4dos-chenall - issue #148

/i not working with <= or >=


Posted on Jul 8, 2013 by Happy Kangaroo

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.

Comment #1

Posted on Jul 10, 2013 by Happy Hippo

Comment deleted

Comment #2

Posted on Jul 10, 2013 by Happy Kangaroo

Comment deleted

Status: Fixed

Labels:
Type-Defect Priority-Medium