Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diec - how to pass path with spaces? #146

Open
matejkac opened this issue Jan 26, 2023 · 3 comments
Open

diec - how to pass path with spaces? #146

matejkac opened this issue Jan 26, 2023 · 3 comments

Comments

@matejkac
Copy link

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?

@adoxa
Copy link
Collaborator

adoxa commented Jan 26, 2023

The problem is you're actually escaping the quote: either remove the backslash (...space"), add another one (...space\\"), or use slashes (...space/").

@111STAR
Copy link

111STAR commented Feb 27, 2023

HI @horsicq
I will send example files

@modz2014
Copy link

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?

diec "c:/Program Files (x86)/with space/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants