You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
467 B
20 lines
467 B
chcp 65001
|
|
%1 %2
|
|
ver|find "5.">nul&&goto :Admin
|
|
mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
|
|
:Admin
|
|
echo 项目初始化....
|
|
cd /d Z:\
|
|
call Z:\jdk.bat
|
|
call Z:\mysql.bat
|
|
call Z:\elasticsearch.bat
|
|
call Z:\redis.bat
|
|
ping 127.0.0.1 -n 11 > null
|
|
echo 启动服务
|
|
@net stop redis
|
|
@net start redis
|
|
call Z:\jar_restart.bat
|
|
ping 127.0.0.1 -n 11 > null
|
|
call Z:\nginx.bat
|
|
echo 项目初始化成功
|
|
|