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
MediaPortal 1 Plugins
Popular Plugins
MultiShortcut
MultiShortcut plugin
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="rsbrux" data-source="post: 695611" data-attributes="member: 49539"><p>This should work if you use multi-shortcut to launch a VBScript instead of launching the application (e.g. anydvd) directly.</p><p>The script (call it maybe "launch_anydvd.vbs") would then look something like this:</p><p>[CODE]Set wshShell = WScript.CreateObject ("WSCript.shell")</p><p>wshShell.run ""C:\Program Files\AnyDVD\anydvd.exe"", 3, False</p><p>set wshshell = nothing</p><p>MessageBox ("anydvd on")[/CODE]</p><p>The application command to put in multi-shortcut would then be the path to "launch_anydvd.vbs".</p><p>The double quotes are only needed if your executable file path has spaces in it. I am assuming that you want anydvd to start minimized and continue to run after the script finishes. I don't guarantee that this will work exactly as written, but there are lots of websites which can help you debug it if it doesn't.</p></blockquote><p></p>
[QUOTE="rsbrux, post: 695611, member: 49539"] This should work if you use multi-shortcut to launch a VBScript instead of launching the application (e.g. anydvd) directly. The script (call it maybe "launch_anydvd.vbs") would then look something like this: [CODE]Set wshShell = WScript.CreateObject ("WSCript.shell") wshShell.run ""C:\Program Files\AnyDVD\anydvd.exe"", 3, False set wshshell = nothing MessageBox ("anydvd on")[/CODE] The application command to put in multi-shortcut would then be the path to "launch_anydvd.vbs". The double quotes are only needed if your executable file path has spaces in it. I am assuming that you want anydvd to start minimized and continue to run after the script finishes. I don't guarantee that this will work exactly as written, but there are lots of websites which can help you debug it if it doesn't. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
MultiShortcut
MultiShortcut plugin
Contact us
RSS
Top
Bottom