@echo off

type %1\exe\startup.xml

if not exist %1\data (
mkdir %1\data
) 
echo %2 > %1\data\key
