run_gateway.bat 91 B

123456
  1. @echo off
  2. echo start MineCase.Gateway...
  3. pushd src\MineCase.Gateway
  4. start dotnet run
  5. popd