@echo off set base=%~dp0 set oldpath=%path% set path="%base%Python24";%path% start pythonw.exe "%base%tmat\main.py" %* set path=%oldpath%