what is the purpose of this file?
7-Zip file manager and Explorer use 7zg.exe for compressing / decompressing via context menu.
what is the correct command line /parameter to use?
7zg x archive.7z 7zg t archive.7z Also there is add command. But it uses memory-mapping, so you can't use it via command line.
Why do you need it?
How to add/compress files if i really want to use it?
i'm trying to create my own context menu since 7-zip doesn't support win95.
It uses File to Memory Mapping. look at Project\Archiver\Explorer\ContextMenu.cpp
Log in to post a comment.
what is the purpose of this file?
7-Zip file manager and Explorer use 7zg.exe for compressing / decompressing via context menu.
what is the correct command line /parameter to use?
7zg x archive.7z
7zg t archive.7z
Also there is add command. But it uses memory-mapping, so you can't use it via command line.
Why do you need it?
How to add/compress files if i really want to use it?
i'm trying to create my own context menu since 7-zip doesn't support win95.
It uses File to Memory Mapping.
look at Project\Archiver\Explorer\ContextMenu.cpp