---- Ishan Arora <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for the reply. I tried system. It calls the code synchronously, and > returns a number for success or failure of the command. Is there a way such > that the stdout output of the command is returned as a string? Thanks again.
Try open-input-pipe in the (ice-9 popen) module. http://www.gnu.org/software/guile/manual/html_node/Pipes.html -Dale