hopefully any of the experts out there could help clear my suspicion...the 2 IF statements in my .bat file seem logiclly correct but it deosn't seem to work as I expected :
1) IF /I %varX% NEQ %varY%
2) IF NOT %varX%==%varY%
whereby the %varX% and %varY% are actually numeric digits extracted from a file (but numeric digits or not shouldn't matter as the /I should be taking care of it so the least case 1 should work...too bad it doesn't also :cry: )
:sad: looks so simple yet so complicated to code :mad: HELP :eek: