04 StationDemo.bat 103 B

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