So I tried this script and it didn't work for some reason, I don't have much experience with writing .bats but I managed to modify it to work on my computer, I think the reason it didn't work is because I'm on win11, so here's the script that currently works for me: @ECHO OFF TIMEOUT /T 6 REM Total Delay = 6 seconds START "" %ProgramFiles%\EqualizerAPO\VoicemeeterClient.exe
So I tried this script and it didn't work for some reason, I don't have much experience with writing .bats but I managed to modify it to work on my computer, I think the reason it didn't work is because I'm on win11, so here's the script that currently works for me: @ECHO OFF TIMEOUT /T 6 REM Total Delay = 6 seconds START "" "%ProgramFiles%\EqualizerAPO\VoicemeeterClient.exe
So I tried this script and it didn't work for some reason, I don't have much experience with writing .bat scripts but I managed to modify it to work on my computer, I think it might be the fact I'm on win11, so here's the script that works for me: @ECHO OFF TIMEOUT /T 6 REM Total Delay = 6 seconds START "" "%ProgramFiles%\EqualizerAPO\VoicemeeterClient.exe