Hi Bulat,

You wrote:
please help me with selection of proper function to use

i need to run external command with parameter and get its stdout, smth
like this:

output <- system "cmd param"

the code should be compatible with unix and windows, and it should be
possible to execute scripts (so afaiu it should execute command via
cmd/sh). i use ghc 6.6.1 and it will be great if this function will
not require any non-bundled libs and be compatible with later ghc
versions


OK, I'll bite. What's wrong with runInteractiveCommand?

-Yitz
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to