@echo off rem runpod.cmd rem Runs one pod under cdb with page heap enabled via the PEB trick in the rem cdb script (no gflags/elevation needed). Clears the Git-Bash-inherited rem NoDefaultCurrentDirectoryInExePath, which otherwise makes CreateProcess rem refuse to find rpl4opt.exe in the working directory. cd /d "%~1" set NoDefaultCurrentDirectoryInExePath= "C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe" -y C:\VWE\RP412\Release -logo "%~2" -xe cpr "%~1\rpl4opt.exe" -windowed -res 800 600 -net %~4 < "%~3"