redirect 7-zip check to NUL

Co-authored-by: Celtic Minstrel <CelticMinstrel@users.noreply.github.com>
This commit is contained in:
2025-07-01 09:55:19 -05:00
committed by Celtic Minstrel
parent 95e0cfc1c5
commit e4de1672ab

View File

@@ -1,6 +1,6 @@
set Zip="C:\Program Files\7-Zip\7z.exe"
%Zip% || @echo 7-zip must be installed first. && exit /B
%Zip% >NUL || @echo 7-zip must be installed first. && exit /B
@echo Packing scenario %2...
if exist %2 del /F %2