Am 11.08.2011 16:45, schrieb Charles-Pierre Astolfi:
Hi -cafe,

I'm using readProcess and I don't know how to handle this issue:

readProcess cmd [opt1,opt2] seems to execute the following:

are you sure that your argument strings do not contain the quotes, possibly by calling "show" on arguments that are already strings.

C.

$ cmd "opt1" "opt2"

That is usually fine, but I'm using an external program that doesn't
understand the quotes, so I need to execute instead:
$ cmd opt1 opt2

How should I do that?
--
Cp

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

Reply via email to