7-Zip command line to extract a folder from an archive

You need to use 7z x archive.zip to extract with full paths. See: http://sevenzip.sourceforge.jp/chm/cmdline/commands/extract_full.htm


There should probably be a hyphen in front of the o:

-oC:\abc

Also consider the -r option for recursion.