07startDummyAgent.bat

[bat]
REM SECTION 3.7.2 OF THE BOOK

REM This batch file shows how to start a new DummyAgent from the command-line

call 01setClassPath
cd ..
set PLATFORM_HOST=localhost
java jade.Boot -container -host %PLATFORM_HOST% myDummy:jade.tools.DummyAgent.DummyAgent
[/bat]