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

Cannot execute cmd if fbx-conv.exe is in a path with spaces #134

Open
mokalux opened this issue Feb 21, 2023 · 0 comments
Open

Cannot execute cmd if fbx-conv.exe is in a path with spaces #134

mokalux opened this issue Feb 21, 2023 · 0 comments

Comments

@mokalux
Copy link

mokalux commented Feb 21, 2023

Thank you for making fbx-conv.exe!

On my windows 10 64bit machine I cannot run this command if the path has space in it:
cmd start C:\temp\New folder\fbx-conv.exe -f -v -o G3DJ "C:\temp\male_lp.fbx" "C:\temp\male_lp.json"

Although this works fine:
cmd start C:\temp\New_folder\fbx-conv.exe -f -v -o G3DJ "C:\temp\male_lp.fbx" "C:\temp\male_lp.json"

I tried putting quotes around fbx-conv.exe but that didn't work:
cmd start "C:\temp\New_folder\fbx-conv.exe" -f -v -o G3DJ "C:\temp\male_lp.fbx" "C:\temp\male_lp.json"

cmd start "C:\temp\New_folder\fbx-conv.exe -f -v -o G3DJ" "C:\temp\male_lp.fbx" "C:\temp\male_lp.json"

Do you know if there is a way to have it run even with spaces in path?

Thank you.

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

1 participant