opcuaCOM_PY/EXEC_INSTALL.bat
2025-03-20 10:57:49 +01:00

13 lines
232 B
Batchfile

@echo off
setlocal
:: ---------- USER DEFINE --------------
set "ymlPath=condaenv.yml"
:: -------------------------------------
:: Execute the Python script
conda env create -f "%ymlPath%"
:: Pause at the end of the script
pause