05startInterPlatformMobileAgent.bat

[bat]
echo off

call 01setClasspath

rem Start JADE activating both intra-platform and inter-platform mobility and launch a test mobile agent
java jade.Boot -services jade.core.mobility.AgentMobilityService;jade.core.migration.InterPlatformMobilityService test:samples.mobilegui.MobileAgent
pause
[/bat]