C3/StartWebController.cmd

9 lines
139 B
Batchfile
Raw Normal View History

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