mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 12:15:10 +03:00
18983ea253
https://github.com/mops1k/steam-deck-tools Removed Equalize and ShareX due to unnecessary
5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
@echo off
|
|
PUSHD %CD%
|
|
cd /d %~dp0
|
|
Setup.exe /s /f2"c:\setup.log"
|
|
popd |