Created
November 19, 2025 08:54
-
-
Save glebov21/e36be41519c4e868aabd3b6d31e35bf7 to your computer and use it in GitHub Desktop.
7zip.bat поиск
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if exist "%ProgramFiles%\7-Zip\7z.exe" ( | |
| set "path7z=%ProgramFiles%\7-Zip\7z.exe" | |
| ) else if exist "%ProgramFiles(x86)%\7-Zip\7z.exe" ( | |
| set "path7z=%ProgramFiles(x86)%\7-Zip\7z.exe" | |
| ) | |
| "%path7z%" e "%archiveName%" "%Ag.dll%" -o "%launcher%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment