The R Project SVN R

Rev

Rev 6994 | 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 the
  Windows file associations.
}
\value{
  No value.
}
\author{B. D. Ripley}

\seealso{\code{\link{system}}, \code{\link{shell}}}

\keyword{utilities}