6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@echo off
|
|
title FlyWMS - WMS Server
|
|
cd /d "%~dp0"
|
|
python flywms_wms_server.py --ui-backend dearpygui
|
|
|