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]
"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!!!!