mra-tools-c icon indicating copy to clipboard operation
mra-tools-c copied to clipboard

parameters length limit in windows?

Open eubrunosilva opened this issue 6 years ago • 1 comments

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

eubrunosilva avatar Mar 01 '20 23:03 eubrunosilva

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"

sebdel avatar Mar 06 '20 16:03 sebdel