Thanks, Felix.
I got some detailed help from Chris George regarding the batch file,
and, based on
his input I was able to get the attached file to work. The script
also ensures that the screen
won't simply disappear without giving a chance to read any error
messages:
@echo off
cd C:/Users/John/Documents/LW3s1_performance
C:/Users/John/Documents/LW3s1_performance/swat2009JJ.exe
if %errorlevel% == 0 exit 0
echo.
set /p x="SWAT run failed. Hit Enter to exit"
exit 1
I'm glad SWAT-CUP4 will have more parallelizing. In the past, I've
enjoyed using SWAT-CUP. But, now, I want to do this in R for a few
reasons, and it has to be an MCMC algorithm like DREAM or DREAM-ZS or
something very similar.
I'll let the group know when I get the whole thing to work.
Thanks.
John Joseph
> > John Joseph- Hide quoted text -
>
> - Show quoted text -