Hi
I need to run a process ( like the shell() function)
but I need the STDOUT to go directly into a variable.
I don't want to run it into a file and then open it ...
How can I do that ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10153446.html
I'm writing my own shell, and need to be able to duplicate my output to stdout and a file at the same time for a forked process which then calls execve. To just change stdout to a file I know you ...
http://www.experts-exchange.com/Programming/Languages/C/Q_10327566.html
Zones:
CDate Answered: 04/23/2000 Rating: 7.0 Views: 0
I have a multithreaded DLL where several threads uses the printf command to print a message on a console. I want to capture these messages.
Any ideas?
Thanks!
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10672521.html
Zones:
C++Date Answered: 07/16/2000 Rating: 7.0 Views: 0
One of our developers is trying to get a VB program to return STDOUT to the OEM (Oracle Enterprise Manager) node job that invokes
it. Oracle support says that VB does not write to the 'real' stdo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20256011.html
Zones:
Visual BasicDate Answered: 01/17/2002 Rating: 9.8 Views: 0
Hello!
Im pretty much a newbie at c++.
I need to be able to start any program from my c++ application and catch/get any output sent to stdout.
Im developing in linux if it does any difference =)
http://www.experts-exchange.com/Programming/Languages/Q_20668276.html
/*
* This code was copied from MSDN
*
* DUP.C: This program uses the variable old to save
* the original stdout. It then opens a new file named
* DataFile and forces stdout to refer to it. ...
http://www.experts-exchange.com/Programming/Languages/C/Q_20679534.html
Zones:
CDate Answered: 03/19/2004 Rating: 8.0 Views: 0
How do I send text to stdout?
Thanks.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20813920.html
Zones:
Visual BasicDate Answered: 12/03/2003 Rating: 8.4 Views: 8
In c Programing, I want to get the message through STDOUT/STDIN from a client which can send message to one port.
for example: In client "a" send a message to server on port 20001,
how can one...
http://www.experts-exchange.com/Programming/System/Linux/Q_20836153.html
Zones:
Linux DevDate Answered: 01/16/2004 Rating: 8.0 Views: 0
Hi there,
my question is quite simple, i'm working on a linux box, i want to call a COBOL program from my Perl script and as important trap any STDOUT/STDERR information thrown by the COBOL progra...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21071752.html
Zones:
PerlDate Answered: 08/02/2004 Rating: 9.8 Views: 0
Greetings,
I know I can run a script and redirect STDOUT and STDERR to a file as such:
mycsh.bat >& mycsh.log
But is there a way in the script itself to temporarily redirect all STDOUT and...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_21468791.html
Zones:
Solaris UnixDate Answered: 06/28/2005 Rating: 8.0 Views: 6