7ZIP - Command Line Compression | Can Never Keep it Simple
- by OneTwoYou
I've been Googleing for a few hours on how to just compress a file inside a directory and I can't find anything. I found how to just compress a folder in general. Now I wish to know how I can compress a folder in a folder with a file. Current code:
7zG.exe a -tzip "test.zip" dontcompressme/compressme/new.txt
pause
As you can see above, I don't…