Current version: 1.0.0.14
I wrote this because I miss having the 7-Zip context menu to quickly create archives while running portably. It supports just the ZIP and 7Z formats, but you can choose the compression level, whether to add or update files, and to use solid mode or not for 7z archives.
Configure your path to 7z.exe (the 7-Zip commandline utility) in the 7Zip.ini file. You can specify either a full or relative path. The relative path uses the drive letter the launcher resides on, so the rest of the path must be specified.
There's also a debug option which will popup a message box with the full commandline if you're just testing options (this was more for my testing, but I left it in there). This mode will not compress any files.
Extract the three files to any directory to use it (exe, ini, jpg). It supports drag-and-drop or (my preference) SendTo shortcuts. You can send it any mix of files and folders, and they will be added recursively. I use Ryan's RDTools to create portable SendTo shortcuts -
http://portable.cubegames.net/rdtools
Set the archive options in the GUI. The archive will be created in the same directory as the files/folders you are adding.
Comments and suggestions welcome!
Download:
**UPDATE**
AddTo7Zip 1.0.0.14
- fixed file recursion bug (-r0 switch instead of -r)