home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="doveman" data-source="post: 847907" data-attributes="member: 67412"><p>Had a problem with my previous script that I was getting two instances of Mediaportal.exe and neither was displaying, so I've modifed it so that it doesn't start MP and I'll try using MP config to "restart MP on resume" instead.</p><p> </p><p>[CODE]if "%1" == "suspend" goto OnSuspend</p><p>if "%1" == "wakeup" goto OnWakeUp</p><p>goto Done</p><p></p><p>:OnSuspend</p><p>taskkill /IM “MediaPortal.exe” /F</p><p>goto Done</p><p></p><p>:OnWakeUp</p><p>taskkill /IM “TVService.exe” /F</p><p>net start TVService</p><p></p><p>goto Done</p><p></p><p>:Done[/CODE]</p></blockquote><p></p>
[QUOTE="doveman, post: 847907, member: 67412"] Had a problem with my previous script that I was getting two instances of Mediaportal.exe and neither was displaying, so I've modifed it so that it doesn't start MP and I'll try using MP config to "restart MP on resume" instead. [CODE]if "%1" == "suspend" goto OnSuspend if "%1" == "wakeup" goto OnWakeUp goto Done :OnSuspend taskkill /IM “MediaPortal.exe” /F goto Done :OnWakeUp taskkill /IM “TVService.exe” /F net start TVService goto Done :Done[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
Top
Bottom