I noticed that this program using 7z command version to compress files for backup, I also wish to compress files, but not for backup, to hide files in pics. https://portableapps.com/node/15648. That is the script I wrote that uses 7z command version, but I cannot get the added archive to go to the directory I want it to, and also the same with the extracted files later. I also have problems with folders that have spaces in them as it doesnt work for them. If you could give me any help or examples that would be greatly appreciated
Here is what I have so far..
RunWait, %A_ScriptDir%\App\7za.exe a -o"%SelectedFile%" %name%.7z "%SelectedFolder%" -mx=5,, Hide
[Moved to Portable App Development by moderator JTH]
This command line is quite unusual for 7zip...
-mx5 is not where it should be
-o is not needed
It should be something like
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
thanks.. I tried that and I got it to work. Now I just need to do the extract part of it. But I think I can get it now.
An eye for an eye makes the whole world blind.
Mahatma Gandhi,
Indian political and spiritual leader (1869 - 1948)