For example:
if "%input%" contains "Hello"
I've also tried:
if "%input%" neq "Hello" (
echo example
)
But whenever I press ENTER, or type anything, I didn't set here, it just returns example
Any way to fix this?
For example:
if "%input%" contains "Hello"
I've also tried:
if "%input%" neq "Hello" (
echo example
)
But whenever I press ENTER, or type anything, I didn't set here, it just returns example
Any way to fix this?