Files
aufmass-web/start_webapp.bat

9 lines
239 B
Batchfile

@echo off
cd /d "%~dp0_aufmass_web"
echo ============================================
echo AufmaßWeb - Starte Server...
echo Öffne im Browser: http://localhost:5000
echo ============================================
python run.py
pause