当前位置:网站首页>Bat script simple command

Bat script simple command

2022-06-25 21:20:00 Strange meow

@echo  off
F:
cd %~dp0github\emscripten-trace-collector
call python2 ./run-server.py

If a command is finished , Dropped out , use pause useless , That is, the order itself is bat Script

You can use @echo off

call

The way

@echo off
F:
cd %~dp0
:: clear cmake cache 
start cmake_build.bat
::timeout /nobreak /t 10

F:
:: Turn on the local file server 
start start_core_serve.bat

:: Turn on python Memory server 
start start_python_serve.bat

:: Turn on design The server 
start start_fic_design_serve.bat


EXIT

原网站

版权声明
本文为[Strange meow]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202181330334406.html