cd StationDemo while [ 1 -lt 2 ] do echo "dotnet App.StationDemo.Station.dll" dotnet App.StationDemo.Station.dll sleep 1 done