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.
19 lines
424 B
19 lines
424 B
@echo off
|
|
|
|
%1 %2
|
|
ver|find "5.">nul&&goto :Admin
|
|
mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
|
|
:Admin
|
|
|
|
set zip=%~dp0\tool\7z.exe
|
|
%zip% x asb.zip -y -aos -o"d:\"
|
|
|
|
cd /d d:\
|
|
call d:\asb\jdk.bat
|
|
call d:\asb\mysql.bat
|
|
call d:\asb\elasticsearch.bat
|
|
call d:\asb\redis.bat
|
|
@net stop redis
|
|
@net start redis
|
|
call d:\asb\jar_restart.bat
|
|
call d:\asb\nginx.bat
|