Command Prompt wont take input paths

You probably need to escape the space character inside the string. Looks like it’s done with a caret character ^, but based on included article things are not necessarily straight forward. Anyway try to replace the space ’ ’ with '^ ’ - caret and space

2 Likes