First of all I love you all.
So I am developing a little website using FLASK. And so everytime I start working on it I need to input these commands to cmd:
cd myproject
venv\scripts\activate
set FLASK_APP=project
set FLASK_ENV=development
flask run --host=0.0.0.0
Is there any way you lovely people could spare me the extra minute to input these commands to cmd. I mean is there a way to make a Batch File that I would call: start_server that would execute these commands.
Thank youuu!!