Reply to thread

Hi,


Please try next script, it ends mediaportal with me without errors:


Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run "tskill Mediaportal", 0, true


Good luck,


Pascal


Top Bottom