C3/RestartWebController.cmd

10 lines
172 B
Batchfile
Raw Normal View History

2019-09-02 10:28:14 +00:00
@echo off
cd WebController
if exist C3API.db (del C3API.db)
if "%1"=="" (
set tmp="http://localhost:52935"
) else (
set tmp=%1
)
dotnet C3WebController.dll --urls %tmp%