Need a quite mode ("-q") so that the command-line utility prints no output if no errors. This is useful when you want to use 7z as part of a cmd file that performs a bunch of other actions. The 7z output is meaningless and distracting.
redirect stdout to nul. stderr will show errors.
Log in to post a comment.
redirect stdout to nul.
stderr will show errors.
Last edit: Igor Pavlov 2023-12-28