FG
💻 Software

How to disable the output of 7-Zip?

Fresh5 days ago
Mar 15, 202628923 views
Confidence Score0%
0%

Problem

I use 7-Zip to compress files inside a batch file like this: I got the following output: Is it possible to disable this output (that is, I don't want anything to be printed)?

Error Output

...\right_path\7z a output_file_name.zip file_to_be_compressed

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to disable the output of 7-Zip?

Low Risk

You can use the -bs command to control where output goes. To stop anything but error output, I would add .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment