@levi-junco-0 Hello, again I think I found the solution and it really is quite simple.
All you have to do is add this before your address to your batch file once you have done this trigger cmd will respect your .bat file as is
This is how my code finally looked (this is not relevant since the problem is solved with code that goes before the address of the bat file)
@echo off
timeout /t 2 /nobreak >nul
start "" https://www.reddit.com/
timeout /t 2 /nobreak >nul
start "" https://www.google.com/search?q=translate
timeout /t 2 /nobreak >nul
start "" https://www.youtube.com/
timeout /t 5 /nobreak >nul
Start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
timeout /t 2 /nobreak >nul
start spotify:
echo done
exit
I hope this is helpful to someone with a similar problem.