File size: 164 Bytes
899fbd2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@echo off

pushd %~dp0

set SEVEN_ZIP=7zr.exe
if not exist %SEVEN_ZIP% ( curl -LO  https://www.7-zip.org/a/7zr.exe )

%SEVEN_ZIP% x DoNotExtract.7z

popd