What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Capture output of launched external application?

Capture output of launched external application?
Author: Message:
V@no
Full Member
***

Avatar
sexy

Posts: 162
Joined: Mar 2004
O.P. Capture output of launched external application?
Hello!
I'm trying launch an external program via MP!L script. So far I found only one way to do so:
code:
  var objShell = new ActiveXObject("Shell.Application");
objShell.ShellExecute('C:\\myprogram.exe', '', '', "open", 0);

myprogram.exe returns some text which I need to capture. unfortunetly ShellExecute only returns error codes or such...
Is there a way launch an external application (with no window showed if possible) and capture the output?

Thank you.

P.S. I dont know advanced programming languages such as C or even VB...
12-03-2006 09:07 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Capture output of launched external application? - by V@no on 12-03-2006 at 09:07 AM
RE: Capture output of launched external application? - by Eljay on 12-03-2006 at 09:13 AM
RE: Capture output of launched external application? - by V@no on 12-03-2006 at 09:59 AM
RE: Capture output of launched external application? - by Spunky on 12-03-2006 at 01:59 PM
RE: Capture output of launched external application? - by V@no on 12-04-2006 at 02:12 AM
RE: Capture output of launched external application? - by V@no on 12-05-2006 at 03:17 AM


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