Enter Keywords:
1 - 10 of 479(0.015 seconds)
Sort By:
 
This is probably an easy one, but I am having a problem to understand how I can use an anonymous pipe to communicate between two (unrelated) processes. In the client process I use CreatePipe as doc...
Zones: Windows ProgrammingDate Answered: 02/19/1999 Rating: 9.0 Views: 0
I would like to pass a string to uuencode program and get uuencoded string without writing any files. The command: open DATA, "|/usr/bin/uuencode name|"; is not allowed. The help says I sho...
Zones: PerlDate Answered: 11/09/1999 Rating: 8.2 Views: 0
I was wondering how to use pipes to send and receive data that is not a string.  Specifically, I would like to send integer values between two forked processes.  All of the information that I have ...
Zones: C++Date Answered: 04/06/2003 Rating: 5.8 Views: 0
Hi All, This question of mine concerns C programming on Solaris 5.7. I have used the fork() system call i.e. pid = fork(). Then for pid = 0 I have used execvp(......) to execute an executable. I ...
Zones: C, Sun JDSDate Answered: 04/06/2003 Rating: 9.6 Views: 0
I am trying to work out how to construct a pipe where the client does not need to wait, while calling the WriteFile(), until the server completed its ReadFile() call. /*  * Client  */ void Cl...
Zones: CDate Answered: 04/25/2004 Rating: 7.0 Views: 0
Hi,   I have a method which returns an OutputStream. Is there a way to pipe it to an InputStream directly, rather than writing the output into a file and again readung from it. Is there a way i ...
Zones: JavaDate Answered: 06/06/2004 Rating: 8.4 Views: 0
I like to export my database to text file. I used Macro to auto export text delimited file. I worked fine. However, I am not sure how to use Macreo to export text PIPE like this (xxx|zzz|ccc|) Ple...
Zones: MS AccessDate Answered: 06/22/2004 Rating: 4.6 Views: 0
I'm using Excel 2002 running in Windows XP Prof platform. Is it  possible to save my worksheet in pipe "|" delimiter format - without saving to tab delimiter first and then replacing the tab wit...
Zones: MS ExcelDate Answered: 05/23/2005 Rating: 9.0 Views: 0
I've got an XP sp1 machine which doesn't like the pipe symbol.  e.g. typing either of these at the command prompt generates the message "Directory name is invalid." ver | find /i "Windows XP" ...
Zones: MS DOSDate Answered: 01/27/2006 Rating: 8.2 Views: 0