Rev 18574 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{shell.exec}\alias{shell.exec}\title{Open a File using Windows File Associations}\usage{shell.exec(file)}\arguments{\item{file}{file to be opened.}}\description{Opens the specified file using the application specified in theWindows file associations.}\details{It is likely that \code{file} needs to be a complete path, e.g.\file{"c:/R/results.html"} or \file{"c:\\R\\results.html"} as mostapplications interpret files relative to \emph{their} working directory.}\value{No value.}\author{B. D. Ripley}\seealso{\code{\link{system}}, \code{\link{shell}}}\keyword{utilities}