cd %~dp0 @echo off setlocal enabledelayedexpansion set str= for %%i in (%*) do (set str=!str! %%i) ::echo !str! python gamecfg_export.py !str! pause