I'm using the syntax below to zip files.
7z u -t7z destino\arquivo.7z origem\arquivo.*.
The u
parameter causes the 7z.exe
to only compress the modified files.
My question is that when I run this command via the command prompt, it appears the names of the files being compressed.
Is there any way to do this compression in CMD in hidden mode? That is, without the user seeing what files are being compressed?