Code: Select all
SET runner-path=%~dp0
SET reporter=%~dp0NUMyReportGenerator.exe
SET results=%runner-path%\Results\
START %reporter% %runner-path%TestResult.xml %results%TestResult.html MyThirdParamteter
Code: Select all
SET runner-path=%~dp0
SET reporter=%~dp0NUMyReportGenerator.exe
SET results=%runner-path%\Results\
START %reporter% %runner-path%TestResult.xml %results%TestResult.html MyThirdParamteter