Hi AndrewHi Framug,
do MultiShortcutSetup + MultiShortcutInstaller. run also for MP 1.0.2 Version?
Do newer one than 1.4 run on 1.0.2?
Sweden
Switzerland
Is it possible to show a message in MP with this plugin when launching an external app?
Let's say that I want to launch anydvd in the background using a key press on my remote. I map the specific MSCplugin ID to a button and when I press it, a pop-up in MP shows "anydvd on".
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshShell.run ""C:\Program Files\AnyDVD\anydvd.exe"", 3, False
set wshshell = nothing
MessageBox ("anydvd on")