Page 1 of 1

TC 11.51: Error in 7-Zip Pack files command line

Posted: 2025-03-14, 12:18 UTC
by PiotrMPPL
Hi

When compressing with 7-Zip there is a double space after the letter "a" in the command line

ex.

Code: Select all

"C:\Program Files\7-Zip\7zG.exe" a  -scsUTF-16LE]
_ white space
"C:\Program Files\7-Zip\7zG.exe"_a__-scsUTF-16LE]


Command lines can be checked using the "wmic" command:

Code: Select all

wmic process where name="7zG.exe" get commandline
wmic process where name="7z.exe" get commandline

Please correct the error!!!!

Re: TC 11.51: Error in 7-Zip Pack files command line

Posted: 2025-03-14, 16:44 UTC
by Horst.Epp
PiotrMPPL wrote: 2025-03-14, 12:18 UTC Hi

When compressing with 7-Zip there is a double space after the letter "a" in the command line

ex.

Code: Select all

"C:\Program Files\7-Zip\7zG.exe" a  -scsUTF-16LE]
_ white space
"C:\Program Files\7-Zip\7zG.exe"_a__-scsUTF-16LE]


Command lines can be checked using the "wmic" command:

Code: Select all

wmic process where name="7zG.exe" get commandline
wmic process where name="7z.exe" get commandline

Please correct the error!!!!
And what is the problem with the double space ?
NONE

Re: TC 11.51: Error in 7-Zip Pack files command line

Posted: 2025-03-17, 11:05 UTC
by ghisler(Author)
Does it cause any kind of problem?