Most .Rar files have a few "." in it, like for example "Movie.part01.rar"
With the following comand just the part after the last "." is
excluded.
"T:\Tools\7-Zip\7zG.exe" x {filepath$} -o"{sourcepath$}{dlgstringS|Foldername|{file$|noext}}"
So in the example above it will extract to "Move.part01"
Is there a way to extract just the filenamepart in front of the first "."?