Files
OpenUxAS-SoI/examples/03_Example_DistributedCooperation/runAMASE_DistributedCooperation.bat

5 lines
255 B
Batchfile
Raw Permalink Normal View History

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