returns the version and build number of a given tau-argus executable
specified in argument exe
.
argusVersion(exe, verbose = FALSE)
a list with two elements being the tau-argus version and the build-number.
if (FALSE) { # \dontrun{
argusVersion(exe="C:\\Tau\\TauArgus.exe", verbose=TRUE)
} # }