tec360-env.bat 259 B

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