space character in cmd code example
Example 1: add space in cmd path
C:\"Program Files"\"ab cd"\xyz.exe
-->Use double quotes for that
Example 2: cmdchange directory with space
You need to surround the path in double quotes if there is a space in the path!
for example :
cd "C:\Program Files"