REM The purpose of this script is to simplify invocation of Python scripts for a specific installation of Tecplot 360. REM Example of usage: REM C:\Program Files\Tecplot\Tecplot 360 EX 2022 R1\bin\tec360-env.bat python script.py @set PATH=%~dp0;%PATH% %*