You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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"
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
The text was updated successfully, but these errors were encountered: