@echo off cd /d %~dp0 set FLASK_APP=file_io.py set FLASK_DEBUG=1 C:\dev\Python\Python38-32\python.exe -m flask run pause