1@echo off 2echo wrapper script to run xml2po python script on Windows 3 4echo %* 5set python_prog=%PYTHON_PATH%\python.exe 6"%python_prog%" %* 7 8echo done.