What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Execute an .exe from the .plsc file

Execute an .exe from the .plsc file
Author: Message:
hadesz
New Member
*


Posts: 10
Joined: Nov 2007
O.P. Undecided  RE: RE: Execute an .exe from the .plsc file
quote:
Originally posted by vikke
A simple function:
code:
function ExecuteFile(Name)
{
    var objShell = new ActiveXObject("Shell.Application");
    objShell.Run(MsgPlus.ScriptFilesPath + "\\" + Name + ".exe");
}

How to start LED_on.exe:
code:
ExecuteFile("LED_on");



Some problem, I copied your source, but don't working!

Error code: -2146827850
11-05-2007 11:46 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Execute an .exe from the .plsc file - by hadesz on 11-04-2007 at 05:46 PM
RE: Execute an .exe from the .plsc file - by vikke on 11-04-2007 at 05:55 PM
RE: Execute an .exe from the .plsc file - by hadesz on 11-04-2007 at 06:20 PM
RE: Execute an .exe from the .plsc file - by matty on 11-04-2007 at 06:31 PM
RE: Execute an .exe from the .plsc file - by vikke on 11-04-2007 at 06:33 PM
RE: RE: Execute an .exe from the .plsc file - by hadesz on 11-05-2007 at 11:46 AM
RE: Execute an .exe from the .plsc file - by hadesz on 11-04-2007 at 06:49 PM
RE: Execute an .exe from the .plsc file - by ShawnZ on 11-04-2007 at 11:06 PM
RE: Execute an .exe from the .plsc file - by hadesz on 11-05-2007 at 08:42 AM
RE: Execute an .exe from the .plsc file - by ShawnZ on 11-05-2007 at 08:58 AM
RE: Execute an .exe from the .plsc file - by hadesz on 11-05-2007 at 09:43 AM
RE: Execute an .exe from the .plsc file - by markee on 11-05-2007 at 10:31 AM
RE: Execute an .exe from the .plsc file - by markee on 11-05-2007 at 11:48 AM
RE: RE: Execute an .exe from the .plsc file - by vikke on 11-05-2007 at 03:07 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On