Mc_Computer.bat 111 B

12345678910111213
  1. cd /d Mc_Computer
  2. :begin
  3. dotnet App.Mc_Computer.McStation.dll
  4. TIMEOUT /T 60
  5. @echo restart
  6. goto begin