03startMobileAgent.bat

[bat]
echo off

call 01setClasspath

java jade.Boot test:examples.mobile.MobileAgent
pause
[/bat]