@ECHO OFF
"wigwam.exe" -q -c ..\config\
IF ERRORLEVEL 1 GOTO ERROR
"hiawatha.exe" -d -c ..\config\
IF ERRORLEVEL 1 GOTO ERROR
GOTO END
:ERROR
PAUSE
:END
./configure
make win
cygrunsrv.exe -I hiawatha -d "Hiawatha webserver" -f "Secure and advanced webserver" -p "c:\hiawatha\bin\hiawatha.exe" -a "-d -c c:\hiawatha\config\"
./configure
make win