Append filename when extracting to destination lister

Hi,
this is my first post here and I have a question to ask, but first I want to thank GPSoft for such a wonderful program. Never have I used anything that in both customizability and functionality can compete with Directory Opus.

Now to my (very basic) question: How do I append the filename(s) of the archive(s) I want to extract to the destination lister?

"C:\Program Files\7-Zip\7zG.exe" x -o"{destpath}" {filepath}

so that destpath => destpath*, where * is/are the archivename(s)

greets,
Zetto

If your means was understood right by me and you want to extract selected 7z file/files to separated directories with the same name on destination, the following code will be your answer:

@filesonly @sync: "C:\Program Files\7-Zip\7zG.exe" x {o} -o{d}{o|noext}

Best Regards

wonderful, that was exactly what I wanted. thanks