hi all
You just have to add an instruction in the bat file.
For exemple if you have installed the program in "C:"
You juste have to open the bat file : "C:\Documents and Settings\Administrateur\Microsoft Robotics Dev Studio 2008\RoboChampsSumo.bat" ; with a text editor, like notepad.
Then you add this instruction at the first line:
"cd C:\Documents and Settings\Administrateur\Microsoft Robotics Dev Studio 2008"
at the end you have a file like this :
cd C:\Documents and Settings\Administrateur\Microsoft Robotics Dev Studio 2008
bin\DssHost.exe -p:50000 -t:50001 -m:"RoboChamps\Sumo\config\SumoPlayer.Launch.Simulation.Manifest.xml"
For me it work.
bye