Index: System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat =================================================================== diff -u -r19ffeb975b6eef4fadf9e6e6dbffd68c2319cf14 -r1895ecee1291818ac47d47f6424f4ea6436a5b45 --- System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat (.../openReportWithChrome.bat) (revision 19ffeb975b6eef4fadf9e6e6dbffd68c2319cf14) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat (.../openReportWithChrome.bat) (revision 1895ecee1291818ac47d47f6424f4ea6436a5b45) @@ -5,4 +5,4 @@ IF %running%==1 PAUSE IF %running%==0 ECHO Opening report... -IF %running%==0 FOR /F %%g IN ('dir /b *.html') DO START "" "%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files %~dps0%%g \ No newline at end of file +IF %running%==0 FOR /F %%g IN ('dir /b *.html') DO START "" "%ProgramFiles%\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files %~dps0%%g \ No newline at end of file