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

parameters length limit in windows? #55

Open
eubrunosilva opened this issue Mar 1, 2020 · 1 comment
Open

parameters length limit in windows? #55

eubrunosilva opened this issue Mar 1, 2020 · 1 comment

Comments

@eubrunosilva
Copy link

Hi

is there any length limit for parameters in windows?

because if I do this in command line:

c:\mra_files\mra.exe -Az c:\mra_files\nonmerged -O "C:\MRA_files\mra\SiDi\alternatives\Disc of tron" "C:\MRA_files\mra\SiDi\alternatives\Disc of tron\Discs of Tron (Upright alternate).mra"

it does nothing but also it doesnt give any error.

but if I do this:
c:\mra_files\mra.exe -Az c:\mra_files\nonmerged -O "C:\MRA_files\mra\SiDi\alternatives\Disc of tron" "C:\tools\Discs of Tron (Upright alternate).mra"

it works and places the files in the correct folder

by the way paths are correct

Thanks

@sebdel
Copy link
Owner

sebdel commented Mar 6, 2020

I don't think it's related to command line length (the limit is 32767 on windows), but rather that the tool is case sensitive (because it has to be on linux).
Does this work by any chance:

c:\mra_files\mra.exe -Az c:\mra_files\nonmerged -O "C:\MRA_files\mra\SiDi\alternatives\Disc of tron" "C:\mra_files\mra\SiDi\alternatives\Disc of tron\Discs of Tron (Upright alternate).mra"

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

2 participants