coLinux and data exchange

From: Hans-J. Ude (hajue.ude_at_gmx.de)
Date: 01/19/05


Date: Wed, 19 Jan 2005 09:00:51 +0100

Greetings,

can someone tell how to exchange data between a CoLinux shell and a
windows application? Perhaps by a pipe I thought but don't know any
details about. I mean to make it possible to create a linux command
from within a windows program, execute it under Linux and send the
command's output back to windows. Is it possible at all? If someone
knows a better group for this question, please let me know.

TIA,
Hans



Relevant Pages

  • Re: running an executable in matlab
    ... at the linux command line using g++. ... file runs fine when i run it from the command line in linux. ... Windows doesn't make a difference between the path for dynamic ...
    (comp.soft-sys.matlab)
  • [Full-disclosure] RE: Windows PHP 4.x "0-day" buffer overflow
    ... I believe using named pipes on windows has ALWAYS been known for MANY YEARS ... What this has to do with PHP I'm not certain either as this seems to ... > Where "pipe" is the named pipe to use. ...
    (Full-Disclosure)
  • question about memory visibility on Windows
    ... The request is done by writing a byte to a ... When the engine thread has ... byte on the write end of a pipe. ... The above is built on Linux and on Windows ...
    (comp.programming.threads)
  • Re: Signaling Ruby from C/C++
    ... // C code called from a Ruby instance method. ... Obviously make sure Pipe isn't allocated on the ... be very wary that _pipe produces a half-duplex pipe in Windows! ... Unlike some Unix flavors, you may not write Pipeand you may not read ...
    (comp.lang.ruby)
  • Re: platform independent file processing
    ... windows' gawk that i can call from within gawk and pipe to getline ... also, to be truly platform independent, more than just the command will need to be addressed: ex: the pipe works differently on windows than on linux so instead of each line presented on the pipe as it is created, the entire command is written to a temp file and then presented a line at a time from this file. ...
    (comp.lang.awk)