I want to make this in Windows command Line
IF ("A" == "A" OR "A" == "B" OR "A" == "C") THEN
.....
ELSE
.....
how is the better way thanks
I want to make this in Windows command Line
IF ("A" == "A" OR "A" == "B" OR "A" == "C") THEN
.....
ELSE
.....
how is the better way thanks