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

有帮助吗?

解决方案

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

7zg.exe a k.7z -ad
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top