this is my bat file , where would i put this info thanks, newbie with this stuff
@echo off
setlocal
set "targetFolder=%~dp0cxbxr\reshade-shaders\Textures\SweetFX"
del /f /q "%targetFolder%\Layer.png"
copy /y "%targetFolder%\OllieKing.png" "%targetFolder%\Layer.png" >nul
start "" TeknoParrotUi.exe --profile=OllieKing.xml --startMinimized
endlocal
Exit