In a batch file, I have a string abcdefg. I want to check if bcd is in the string.
abcdefg
bcd
Unfortunately it seems all of the solutions I\'m find
Better answer was here:
set "i=hello " world" set i|find """" >nul && echo contains || echo not_contains