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
giving media portal the focus
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="locka" data-source="post: 637879" data-attributes="member: 68580"><p>Right I found a fudge for the issue by doing the following I've create a vb script which starts my program and once closed tries to run mediaporta and because it still running gives it back the focus as below. Hope this helps other people with a similar problem</p><p></p><p>strProgramPath1 = """C:\Program Files\Silverjuke\Silverjuke.exe ""--kiosk"""</p><p>set objShell = createobject("Wscript.Shell")</p><p>objShell.Run strProgramPath1,1,true</p><p></p><p>strProgramPath2 = """C:\Program Files\mp\MediaPortal.exe"""</p><p>set objShell = createobject("Wscript.Shell")</p><p>objShell.Run strProgramPath2</p><p>wscript.quit</p></blockquote><p></p>
[QUOTE="locka, post: 637879, member: 68580"] Right I found a fudge for the issue by doing the following I've create a vb script which starts my program and once closed tries to run mediaporta and because it still running gives it back the focus as below. Hope this helps other people with a similar problem strProgramPath1 = """C:\Program Files\Silverjuke\Silverjuke.exe ""--kiosk""" set objShell = createobject("Wscript.Shell") objShell.Run strProgramPath1,1,true strProgramPath2 = """C:\Program Files\mp\MediaPortal.exe""" set objShell = createobject("Wscript.Shell") objShell.Run strProgramPath2 wscript.quit [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
giving media portal the focus
Contact us
RSS
Top
Bottom