Files
bamboogenerator/run_examples.bat
2025-07-17 11:15:00 +01:00

9 lines
130 B
Batchfile

@echo off
REM Run all Python examples using the cross-platform script
cd /d %~dp0
set PYTHONPATH=.
python run_examples.py
pause