Files
SSG-Ruledesigner-Konfigurator/SVGs/Omniflo/python/OFWeiche/run_OFWeiche.bat
T

15 lines
475 B
Batchfile

@echo off
set "OFWeiche_PATH=%~dp0"
set PROPS_PATH=C:\Program Files\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\props
set "JSON_PATH=%OFWeiche_PATH%JSON"
echo "[DEBUG] OFWeiche_PATH: %OFWeiche_PATH%"
echo "[DEBUG] PROPS_PATH: %PROPS_PATH%"
echo "[DEBUG] JSON_PATH: %JSON_PATH%"
python 1_omniflo_weichen.py
python 2_calculations_to_standardize_the_dimensions_and_add_connection_points.py
python 3_update_dimensions_and_connection_points_in_props.py
pause