Skip to content
Prev 168990 / 398506 Next

executing R batch files

Without the actual VBA commands you are using we
can't be sure but if you are using Shell then it requires an exe,
not a bat file.  Try
   cmd.exe /c RBatch.bat
so that it has an exe file to execute.
On Mon, Feb 2, 2009 at 6:42 PM, <joseph.g.boyer at gsk.com> wrote: