Enter Keywords:
1 - 10 of 154(0.032 seconds)
Sort By:
 
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 ?
Zones: Visual Basic, SSIDate Answered: 08/04/1999 Rating: 6.6 Views: 0
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 ...
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!
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...
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 =)
Zones: Languages, Shell ScriptingDate Answered: 07/04/2003 Rating: 7.2 Views: 0
/* * 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. ...
Zones: CDate Answered: 03/19/2004 Rating: 8.0 Views: 0
How do I send text to stdout? Thanks.
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...
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...
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...
Zones: Solaris UnixDate Answered: 06/28/2005 Rating: 8.0 Views: 6