mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-30 20:24:22 +01:00
Add some various helper development scripts
This commit is contained in:
parent
738b9b72f6
commit
c243d0dd69
|
|
@ -1,15 +1,15 @@
|
|||
if not "%1"=="am_admin" (powershell start -verb runas '%0' 'am_admin,%1' & exit /b)
|
||||
if "%2"=="" (echo missing name & timeout /t 3 & exit /b)
|
||||
|
||||
cd "%~dp0"
|
||||
cd "%~dp0\.."
|
||||
|
||||
:retry
|
||||
|
||||
taskkill /F /IM "%1.exe"
|
||||
del %1\bin\Debug\net6.0-windows\%1.exe
|
||||
taskkill /F /IM "%2.exe"
|
||||
del %2\bin\Debug\net6.0-windows\%2.exe
|
||||
|
||||
dotnet build
|
||||
%1\bin\Debug\net6.0-windows\%1.exe
|
||||
%2\bin\Debug\net6.0-windows\%2.exe
|
||||
|
||||
timeout /t 3
|
||||
goto retry
|
||||
|
|
|
|||
1
scripts/run_loop_FanControl.bat
Normal file
1
scripts/run_loop_FanControl.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
run_loop.bat FanControl
|
||||
1
scripts/run_loop_PerformanceOverlay.bat
Normal file
1
scripts/run_loop_PerformanceOverlay.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
run_loop.bat PerformanceOverlay
|
||||
1
scripts/run_loop_PowerControl.bat
Normal file
1
scripts/run_loop_PowerControl.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
run_loop.bat PowerControl
|
||||
1
scripts/run_loop_SteamController.bat
Normal file
1
scripts/run_loop_SteamController.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
run_loop.bat SteamController
|
||||
Loading…
Reference in a new issue