Startup-All.bat 888 B

1234567891011121314151617181920212223242526272829303132333435
  1. @echo off
  2. cd /d ..\..\..\..\..
  3. @echo 01 ServiceCenter
  4. cd /d App\ServiceCenter\App.ServiceCenter\bin\Debug\netcoreapp2.1
  5. start /b dotnet App.ServiceCenter.dll > log.txt
  6. cd ..\..\..\..\..\..
  7. @echo 02 Gover
  8. cd /d App\ServiceCenter\Gover\UI\App.Gover.Gateway\bin\Debug\netcoreapp2.1
  9. start /b dotnet App.Gover.Gateway.dll > log.txt
  10. cd ..\..\..\..\..\..\..\..
  11. @echo 03 Gateway
  12. cd /d App\Gateway\App.Gateway\bin\Debug\netcoreapp2.1
  13. start /b dotnet App.Gateway.dll > log.txt
  14. cd ..\..\..\..\..\..
  15. @echo 04 DemoStation
  16. cd /d App\Station\StationDemo\App.StationDemo.Station\bin\Debug\netcoreapp2.1
  17. start /b dotnet App.StationDemo.Station.dll > log.txt
  18. cd ..\..\..\..\..\..\..
  19. @echo 05 Robot
  20. cd /d App\Station\Robot\App.Robot.Station\bin\Debug\netcoreapp2.1
  21. start /b dotnet App.Robot.Station.dll > log.txt
  22. cd ..\..\..\..\..\..\..
  23. @echo Æô¶¯³É¹¦
  24. start http://localhost:6022/index.html