Question

I would like to open 7-Zip Add to archive dialog box from a command line. I believe it is a part of 7-zip file manager (7zFM.ex), but there is no help file.

I need something like:

C:\Program Files\7-Zip>7zFM.exe -dialog "C:\file-to-archive.txt"

http://i.stack.imgur.com/NvIbU.png

Was it helpful?

Solution

You can use -ad switch for 7zg.exe.

7zg.exe a k.7z -ad
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top