7 lines
113 B
Batchfile
7 lines
113 B
Batchfile
@ECHO off
|
|
@TITLE NadekoBot
|
|
:auto
|
|
CD /D %~dp0NadekoBot\src\NadekoBot
|
|
dotnet run --configuration Release
|
|
goto auto
|