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 REM REM In order to assign a custom name to a platform the -name option must be specified when REM launching the main container REM call 01setClassPath cd .. java jade.Boot -name foo-platform Peter:HelloWorldAgent02