"Simon Fear" <[EMAIL PROTECTED]> writes:

> > system("COMMAND.COM /c dir /b", intern=T, show.output.on.console=T)
> character(0)
> > print(system("COMMAND.COM /c dir /b", intern=F,
> show.output.on.console=T))
> [1] 0
> 
> In both cases here a DOS window opens and lists a couple of hundred
> files,
> before giving the above output.

Does it help if you drop the "COMMAND.COM /c" bit??

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to