Greetings, How do I make a call to a windows program from R? For example in windows, I would run this in a shortcut: "C:\Program Files\WinBUGS14\WinBUGS14.exe" /PAR "myownscript.odc" Thanks, Ben Alexander-Eitzman [[alternative HTML version deleted]]
See shell command On Tue, Aug 19, 2008 at 3:48 PM, Benjamin E. Alexander-Eitzman <balexand at wustl.edu> wrote:> Greetings, > > > > How do I make a call to a windows program from R? For example in > windows, I would run this in a shortcut: > > > > "C:\Program Files\WinBUGS14\WinBUGS14.exe" /PAR "myownscript.odc" > > > > Thanks, > > > > Ben Alexander-Eitzman > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >-- Henrique Dallazuanna Curitiba-Paran?-Brasil 25? 25' 40" S 49? 16' 22" O
See ?shell Uwe Ligges Benjamin E. Alexander-Eitzman wrote:> Greetings, > > > > How do I make a call to a windows program from R? For example in > windows, I would run this in a shortcut: > > > > "C:\Program Files\WinBUGS14\WinBUGS14.exe" /PAR "myownscript.odc" > > > > Thanks, > > > > Ben Alexander-Eitzman > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.