Error when I try to run Gatling.bat in Powershell

Hi All,

I’m getting the following error when i try to run the batch file. Can some one help.

GATLING_HOME is set to “C:\Users\Sandip Das\Desktop\gatling-charts-highcharts-bundle-2.2.2-bundle\gatling-charts-highcharts-bundle-2.2.2”
JAVA = “java”
The input line is too long.
again.
goto exit

:noHome
echo GATLING_HOME environment variable is not set and could not be guessed automatically.
echo Please set GATLING_HOME and try to launch Gatling again.
goto exit

:exit
if not defined NO_PAUSE pause
endlocal
exit /b 0

:addToPath
set COMPILATION_CLASSPATH=%1;%COMPILATION_CLASSPATH%
goto :EOF
was unexpected at this time.

Thanks,
Sandip Das

This is https://github.com/gatling/gatling/issues/3081

Thank you!