James Hackett
2013-Aug-19 19:06 UTC
[R] Windows "The system cannot find the path specified" error when submitting R in batch mode
This is an R and operating system related question. I am not able to submit an R program to be executed in batch mode by Windows. I have confirmed the location of the R.exe file. I am following the directions I found in Quick-R, but neither of the following work from a DOS prompt ... D:\chip\Projects\Crescendo Bioscience\Studies\024-CL-01 - BRASS FM\biostat\programs\R\024-CL-01 - BRASS FM - Manuscript>"C:\Program Files\R\R-2.15.2\bin\R.exe" CMD BATCH "boxplotByMBDAAndCRP.R" The system cannot find the path specified. D:\chip\Projects\Crescendo Bioscience\Studies\024-CL-01 - BRASS FM\biostat\programs\R\024-CL-01 - BRASS FM - Manuscript>"C:\Program Files\R\R-2.15.2\bin\R.exe" CMD BATCH "D:\chip\Projects\Crescendo Bioscience\Studies\024-CL-01 - BRASS FM\biostat\programs\R\024-CL-01 - BRASS FM - Manuscript\boxplotByMBDAAndCRP.R" The system cannot find the path specified. Thank you for any help you can provide, Chip James "Chip" Hackett, Ph.D. | Statistical Consultant | Hackett & Associates, Inc. | chip@hackettassociates.net | 408.416.3747 (Office) | 805.509.0741 (Mobile) The material in this transmission may contain confidential information intended only for the addressee. If you are not the addressee, any disclosure or use of this information by you is strictly prohibited. If you have received this transmission in error, please delete it, destroy all copies, and notify the sender immediately by reply or by calling 1-408-416-3747. [[alternative HTML version deleted]]
Tal Galili
2013-Aug-22 06:18 UTC
[R] Windows "The system cannot find the path specified" error when submitting R in batch mode
Hello James, Does this answer your question: http://stackoverflow.com/questions/14956887/problems-executing-script-from-command-line-in-r-error-message-cannot-find-pat ? ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Mon, Aug 19, 2013 at 10:06 PM, James Hackett <chip@hackettassociates.net>wrote:> This is an R and operating system related question. I am not able to > submit an R program to be executed in batch mode by Windows. I have > confirmed the location of the R.exe file. I am following the directions I > found in Quick-R, but neither of the following work from a DOS prompt ... > > D:\chip\Projects\Crescendo Bioscience\Studies\024-CL-01 - BRASS > FM\biostat\programs\R\024-CL-01 - BRASS FM - Manuscript>"C:\Program > Files\R\R-2.15.2\bin\R.exe" CMD BATCH "boxplotByMBDAAndCRP.R" > The system cannot find the path specified. > > D:\chip\Projects\Crescendo Bioscience\Studies\024-CL-01 - BRASS > FM\biostat\programs\R\024-CL-01 - BRASS FM - Manuscript>"C:\Program > Files\R\R-2.15.2\bin\R.exe" CMD BATCH "D:\chip\Projects\Crescendo > Bioscience\Studies\024-CL-01 - BRASS FM\biostat\programs\R\024-CL-01 - > BRASS FM - Manuscript\boxplotByMBDAAndCRP.R" > The system cannot find the path specified. > > > > Thank you for any help you can provide, > Chip > > James "Chip" Hackett, Ph.D. | Statistical Consultant | Hackett & > Associates, Inc. | chip@hackettassociates.net | 408.416.3747 (Office) | > 805.509.0741 (Mobile) > > The material in this transmission may contain confidential information > intended only for the addressee. If you are not the addressee, any > disclosure or use of this information by you is strictly prohibited. If you > have received this transmission in error, please delete it, destroy all > copies, and notify the sender immediately by reply or by calling > 1-408-416-3747. > > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]