I have array like a[0]= ABC , a[1]=ABC , a[2]=ABC and I want to compare it using :
if %a[0]%==%a[1]%=%a[2]% ( echo Equal)
Comparing three is not working but comparing two works fine.
if %a[0]%==%a[1]% ( echo Equal)
any suggestion, please ?
IFcommand did you read that you could use syntax like that for theIFcommand?