@echo off echo DISSIPATIVE HIGGS FRAMEWORK - FIGURE GENERATOR v2 echo ================================================ python generate_all_figures.py if %ERRORLEVEL% EQU 0 ( echo. echo ✅ All figures generated successfully! echo 📁 Check the 'figures' directory ) else ( echo. echo ❌ Error generating figures echo 🔧 Check the error messages above ) pause