Files
cool-source-archive/materialsystem/stdshadersdx11/_kill_shadercompiler.bat
Totterynine 2773eae4d7 shaderapidx11
use -dxlevel 110 to use it
2021-09-22 18:56:56 +05:00

8 lines
213 B
Batchfile

@echo off
tasklist /FI "IMAGENAME eq shadercompile.exe" 2>NUL | find /I /N "shadercompile.exe">NUL
if "%ERRORLEVEL%"=="0" (
echo Shadercompile is running still, killing
taskkill /f /im shadercompile.exe >nul
)