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
HTPC Projects
HTPC Projects
Remote is dead after stand by/hibernate
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="skoov" data-source="post: 123393" data-attributes="member: 24844"><p>I should have enclosed the bat command in quotes, but if thats not working anyway just try 2nd option.</p><p></p><p>you can (i think) just replace:</p><p>WshShell.Run "C:\Progra~1\Team~1\MediaP~1\MediaPortal.exe", 0</p><p></p><p>with these lines:</p><p>Dim shell_cmd</p><p>shell_cmd = "c:\programmer\Team Mediaportal\Mediaportal\Mediaportal.exe"</p><p>WshShell.Run shell_cmd, 0</p><p></p><p>and you put your full path to mediaportal.exe in the 'shell_cmd' variable like i've done above</p></blockquote><p></p>
[QUOTE="skoov, post: 123393, member: 24844"] I should have enclosed the bat command in quotes, but if thats not working anyway just try 2nd option. you can (i think) just replace: WshShell.Run "C:\Progra~1\Team~1\MediaP~1\MediaPortal.exe", 0 with these lines: Dim shell_cmd shell_cmd = "c:\programmer\Team Mediaportal\Mediaportal\Mediaportal.exe" WshShell.Run shell_cmd, 0 and you put your full path to mediaportal.exe in the 'shell_cmd' variable like i've done above [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
HTPC Projects
Remote is dead after stand by/hibernate
Contact us
RSS
Top
Bottom