export_extf.bat 93 B

123456
  1. @echo off
  2. set PYTHON="C:\GlobalCube\Tasks\python"
  3. %PYTHON%\python.exe export_extf.py
  4. pause