How do we compare strings which got space and special chars in batch file?
I am trying:
if %DevEnvDir% == \"C:\\Program Files (x86)\\Microsoft Visual
The solution is DO NOT USE SPACES!
IF "%DevEnvDir%"=="C:\" (