Skip to content
Prev 207361 / 398506 Next

system vs shell wait command

On 24/01/2010 7:25 AM, robbert blonk wrote:
You could use a pipe, for example:

resultf <- readLines(pipe("./gencont.exe < yn.txt"))

Duncan Murdoch