1echo 'Starting the squish server...'
2start %1
3
4echo 'Running the test case...'
5%2 --testcase %3 --wrapper %4 --aut %5
6set result=%ERRORLEVEL%
7
8echo 'Stopping the squish server...'
9%1 --stop
10
11exit \b %result%
12