Files
OpenUxAS/examples/07_PythonWithAmase/runAMASE_PythonWithAmase.bat

5 lines
223 B
Batchfile

pushd ..\..\..\OpenAMASE\OpenAMASE
java -Xmx2048m -splash:data\amase_splash.png -cp dist\*;lib\* avtas.app.Application --config config\amase --scenario "..\..\OpenUxAS\examples\07_PythonWithAmase\Scenario_Empty.xml"
popd