7z.exe -spf -t7z a dst.7z "c:\Temp\file1.txt" "e:\TEMP\file2.txt"
Note the capital letters in second path name in drive e: .
It not show the driver letter (or C_ E_) but two folder with same name (Temp, TEMP) and with both individual files.
When unpack the root folder TC it create a folder with letter drive (f.e. C_).
When unpack single file TC create it in a new folder named with last 2 character of parent folder.
Also I not can use F4 to edit.
see here.elgonzo wrote: 2020-09-15, 09:34 UTCAlso trying to unpack a file having an absolute path using F5 does not work properly.