@echo off REM experiment.bat cd notebooks\sandbox echo Running experiment script... python sliding-window_emf.py echo Experiment script completed.