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:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Capture output of launched external application?
code:
var Shell = new ActiveXObject('WScript.Shell');
var oExec = Shell.Exec("C:\\myprogram.exe");
Debug.Trace(oExec.StdOut.ReadAll());
12-03-2006 09:13 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