Skip to content

Running R in BATCH MODE Windows

2 messages · Tony Paredes, Jeff Newmiller

#
Hello everyine,

I am trying to run R in Batch mode in windows, but can't find any help
in google. In particular, the only information I get is that I need to
have an R.exe file, than I can't find in the bin folder. Can you
please provide me with a link or refence on how to run R in batch mode
in windows. I can do this very easely in unix, but not in windows.
#
If you are unfamiliar with Windows command-line, be warned that it is only vaguely similar to sh. You might find that reading the documentation on developing R extensions has hints to what you need to do.

In general, you have to modify environment variables manually often to make command line tools usable, and explicit use of paths is more common.  See, for example, http://www.statmethods.net/interface/batch.html.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Tony Paredes <tgalois at gmail.com> wrote: