03startPeterAgent.bat

[bat]
REM SECTION 4.1.2 OF THE BOOK, Page 52

REM This batch file launches an instance of an HelloWorldAgent where ‘Peter’
REM is the agent local name.

call 01setClassPath
cd ..
java jade.Boot Peter:HelloWorldAgent02
[/bat]