Command X - extract files from an archive with full paths
Extract files and folder with full paths. The folder structure, saved in the archive, is completely restored. This is the command line equivalent of the archive management command Extract.
In a similar manner as command e this command can extract files both to the current folder and to a specified folder.
For example, command:
WinRAR x Fonts *.ttf
will extract *.ttf files from the archive Fonts to the current folder, but the command:
WinRAR x Fonts *.ttf NewFonts\
will extract *.ttf files from the archive Fonts to the folder NewFonts
You need to use the trailing backslash as in the example above for denoting the destination folder.
See also: