[bat]
REM SECTION 4.1.2 OF THE BOOK, Page 52
REM This batch file launches an instance of a HelloWorldAgent where ‘Peter’
REM is the agent local name
REM In order to assign a custom name to a platform the -name option must be specified when
REM launching the main container
call 01setClassPath
cd ..
java jade.Boot -name foo-platform Peter:HelloWorldAgent02
[/bat]