1@echo off2cd /d C:\Users\Administrator\Downloads\New Fixed3uvicorn main:app --host 0.0.0.0 --port 80004pause