% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{runFarmDynfromBatch}
\alias{runFarmDynfromBatch}
\title{Execute FarmDyn}
\usage{
Hugo Scherer's avatar
Hugo Scherer committed
runFarmDynfromBatch(FarmDynDir, IniFile, XMLFile, BATCHFilePath)
}
\arguments{
\item{FarmDynDir}{Directory where FarmDyn is located}

\item{IniFile}{Name of the IniFile}

\item{XMLFile}{Name of the XML file}

\item{BATCHDir}{Directory where the .batch file is located}

\item{BATCHFile}{Name of the .batch file.}
}
\value{
Executes FarmDyn from R
}
\description{
`runFarmDynfromBatch()` makes it possible to run FarmDyn from R using the batch file
}
\examples{
NULL
}