@echo off set FLASK_APP=flaskapp.py set FLASK_ENV=development set FLASK_DEBUG=False flask run