Re: [R] R system command on windows

2009-02-05 Thread Stephan Kolassa
?shell HTH, Stephan Aurelie Labbe, Dr. schrieb: Hi, I am trying to use the R command "system" under windows (XP). If I try the simple command system("mkdir toto") to create a directory toto, it tells me that it cannot find the command mkdir... Does anybody knows how it works ? Is it a path

Re: [R] R system command on windows

2009-02-05 Thread Uwe Ligges
Aurelie Labbe, Dr. wrote: Hi, I am trying to use the R command "system" under windows (XP). If I try the simple command system("mkdir toto") to create a directory toto, it tells me that it cannot find the command mkdir... Does anybody knows how it works ? Is it a path problem ? Maybe the a

[R] R system command on windows

2009-02-05 Thread Aurelie Labbe, Dr.
Hi, I am trying to use the R command "system" under windows (XP). If I try the simple command system("mkdir toto") to create a directory toto, it tells me that it cannot find the command mkdir... Does anybody knows how it works ? Is it a path problem ? Maybe the answer is simple: I am a R us