Startup-All.bat 515 B

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