So I tried exit and I tried putting a 2 second delay before exit but neither worked. After the bat file successfully runs, the CMD window will stay on. I did notice however that a CMD window pops up and disappears right away and then the empty CMD window just stays there. (It's like there are two CMD windows)
@echo off cd C:\Program Files\obs-studio\bin\64bit "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --collection Replay, --profile Replay, --scene Scene, --startreplaybuffer --minimize-to-tray exit EDIT: Also removing the cd line doesn't make the batch file work. I'm not sure why.
cd /Drather thancd...