Detect-It-Easy
Detect-It-Easy copied to clipboard
diec - how to pass path with spaces?
Full path: c:\Program Files (x86)\with space\
quoting the path usualy works, so
diec "c:\Program Files (x86)\with space\" should work, but it doesn't.
diec c:\Progra~2\withsp~1 works, but you have to know the short (8.3) path names.
Any other way to quote the path?
The problem is you're actually escaping the quote: either remove the backslash (...space"), add another one (...space\\"), or use slashes (...space/").
HI @horsicq I will send example files
Full path:
c:\Program Files (x86)\with space\quoting the path usualy works, sodiec "c:\Program Files (x86)\with space\"should work, but it doesn't.diec c:\Progra~2\withsp~1works, but you have to know the short (8.3) path names.Any other way to quote the path?
diec "c:/Program Files (x86)/with space/"