Re: [R] shell command with Robocopy error

2012-02-25 Thread Uwe Ligges
This is not an R question at all, but a robocopy question that you should ask its support. Anyway, a Google serach for robocopy exit codes returns: http://support.microsoft.com/kb/954404 Uwe Ligges On 24.02.2012 20:06, Aldo wrote: Also it copies the files, but I am using this as part of a l

Re: [R] shell command with Robocopy error

2012-02-24 Thread Aldo
Also it copies the files, but I am using this as part of a larger code block and concerned the errors will kill the loop -- View this message in context: http://r.789695.n4.nabble.com/shell-command-with-Robocopy-error-tp4418254p4418345.html Sent from the R help mailing list archive at Nabble.com.

[R] shell command with Robocopy error

2012-02-24 Thread Aldo
Ok so my problem is I am running a shell command to copy certain file types from one directory to another and it returns multiple errors the code is models=c("1sFE1cFE","1sFE1cFEp") for(m in 1:length(models)){ shell(paste("robocopy C:\\Sim_Test_1\\Sim",models[m],"

Re: [R] Shell command help

2010-06-03 Thread Uwe Ligges
On 03.06.2010 06:40, RICHARD M. HEIBERGER wrote: #Error that is returned from above code….. 'C:\Program' is not recognized as an internal or external command, operable program or This statement means that the Windows CMD processor does not realize that 'C:\Program Files' is a single word.

Re: [R] Shell command help

2010-06-03 Thread Uwe Ligges
ghts? Thank you again, Galen Date: Mon, 3 May 2010 09:19:49 +0200 From: lig...@statistik.tu-dortmund.de To: leavealett...@hotmail.com CC: r-help@r-project.org Subject: Re: [R] Shell command help On 02.05.2010 21:55, galen kaufman wrote: Dear R Community, I am trying to run a command line i

Re: [R] Shell command help

2010-06-02 Thread Joshua Wiley
On Wed, Jun 2, 2010 at 9:40 PM, RICHARD M. HEIBERGER wrote: >> #Error that is returned from above code….. >> >> >'C:\Program' is not recognized as an internal or external command, >> operable program or > > > This statement means that the Windows CMD processor does not realize that > 'C:\Program F

Re: [R] Shell command help

2010-06-02 Thread RICHARD M. HEIBERGER
> #Error that is returned from above code….. > > >'C:\Program' is not recognized as an internal or external command, > operable program or This statement means that the Windows CMD processor does not realize that 'C:\Program Files' is a single word. Use the 8.3 version of the filename 'C:\progra

Re: [R] Shell command help

2010-06-02 Thread galen kaufman
he said that it should be the correct language. Any thoughts? Thank you again, Galen > Date: Mon, 3 May 2010 09:19:49 +0200 > From: lig...@statistik.tu-dortmund.de > To: leavealett...@hotmail.com > CC: r-help@r-project.org > Subject: Re: [R] Shell command help >

Re: [R] Shell command help

2010-05-03 Thread Uwe Ligges
On 02.05.2010 21:55, galen kaufman wrote: Dear R Community, I am trying to run a command line in R that will open an external program, have it import a specific input file, run the program, then close the program. The command line that I got from the developer of the model to do this looks

[R] Shell command help

2010-05-02 Thread galen kaufman
Dear R Community, I am trying to run a command line in R that will open an external program, have it import a specific input file, run the program, then close the program. The command line that I got from the developer of the model to do this looks like what you see below: c:\programx.exe -

Re: [R] shell command

2008-06-12 Thread Paul Hiemstra
samitj wrote: Hi, Can we execute a unix shell command from within R shell? thanks, Sam ?system hth, Paul -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax:+31302

Re: [R] shell command

2008-06-12 Thread Abhijit Dasgupta
Yes, see ?system samitj wrote: Hi, Can we execute a unix shell command from within R shell? thanks, Sam __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/post

[R] shell command

2008-06-12 Thread samitj
Hi, Can we execute a unix shell command from within R shell? thanks, Sam -- View this message in context: http://www.nabble.com/shell-command-tp17803089p17803089.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org ma