How to run flask app automatically during windows boot? [duplicate]

Solution
@echo off
cls

:top
echo.
echo Starting...
echo.

python app.py