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
MediaPortal 1
Support
General Support
MP sometimes hangs on load
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="thekiwi" data-source="post: 1028373" data-attributes="member: 30129"><p>Been getting this problem intermittently as well with Windows 7.</p><p> </p><p>It didnt work using Task Scheduler based on logon, as it was still too quick.</p><p> </p><p>Only way I got it working properly was to use Task Scheduler calling a VBS file, which called a BAT file which had a timeout in it:</p><p> </p><p>VBS File</p><p>[CODE]Set WshShell = CreateObject("WScript.Shell")</p><p>WshShell.Run chr(34) & "C:\Program Files (x86)\Team MediaPortal\MediaPortal\runMP.bat" & Chr(34), 0</p><p>Set WshShell = Nothing[/CODE]</p><p>BAT File</p><p>[CODE]TIMEOUT /T 2</p><p>"C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"[/CODE]</p><p> </p><p>This now seems to be working OK</p></blockquote><p></p>
[QUOTE="thekiwi, post: 1028373, member: 30129"] Been getting this problem intermittently as well with Windows 7. It didnt work using Task Scheduler based on logon, as it was still too quick. Only way I got it working properly was to use Task Scheduler calling a VBS file, which called a BAT file which had a timeout in it: VBS File [CODE]Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "C:\Program Files (x86)\Team MediaPortal\MediaPortal\runMP.bat" & Chr(34), 0 Set WshShell = Nothing[/CODE] BAT File [CODE]TIMEOUT /T 2 "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"[/CODE] This now seems to be working OK [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
MP sometimes hangs on load
Contact us
RSS
Top
Bottom