03 Gateway.bat 85 B

123456789
  1. cd /d Gateway
  2. :begin
  3. dotnet App.Gateway.dll
  4. TIMEOUT /T 1
  5. @echo restart
  6. goto begin