% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR backup.R, R/FarmDynR.R
\name{runFarmDynfromBatch}
\alias{runFarmDynfromBatch}
\title{Execute FarmDyn}
\usage{
runFarmDynfromBatch(FarmDynDir, IniFile, XMLFile, BATCHDir, BATCHFile)
runFarmDynfromBatch(FarmDynDir, IniFile, XMLFile, BATCHDir, BATCHFile)
}
\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
Executes FarmDyn from R
}
\description{
`runFarmDynfromBatch()` does as it says in the function.
`runFarmDynfromBatch()` makes it possible to run FarmDyn from R using the batch file
}
\examples{
TODO write example
}
\seealso{
*Globiom?
}