Skip to content

Instantly share code, notes, and snippets.

@glebov21
Created November 19, 2025 08:54
Show Gist options
  • Select an option

  • Save glebov21/e36be41519c4e868aabd3b6d31e35bf7 to your computer and use it in GitHub Desktop.

Select an option

Save glebov21/e36be41519c4e868aabd3b6d31e35bf7 to your computer and use it in GitHub Desktop.
7zip.bat поиск
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