Reply to thread

Update:

I tried the MultiShortcut plugin and it doesn't work,

MP still creates problems in the background, the only solution is to kill it from the taskbar.

I had created a .bat file with the instructions to launch the external player (JRiver) from MP, wait 6 seconds for the start of the movie or the mounting of the .ISO, and then close MP from the taskbar:

This:

[code]Start "" "C:\Program Files\J River\Media Center 25\Media Center 25.exe"

TIMEOUT 6 & REM Waits 6 second before executing the next command

taskkill /F /IM MediaPortal.exe[/code]


Strangely sometimes it works perfectly,

other times when the .bat starts, JRiver opens, 6 seconds pass and MP closes,

but the movie does not start.

Could someone help me fix the .bat file?

My OS is Win10

Thanks


Top Bottom