@echo off
echo ^<?xml version="1.0" standalone="yes"?^> > Platforms.xml
echo ^<LaunchBox^> >> Platforms.xml
type .\platforms\*.platforms >> Platforms.xml
echo . >> Platforms.xml
echo ^</LaunchBox^> >> Platforms.xml