jw项目windows环境软件安装
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
369 B

@echo off
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
set flag=Z:\
if not exist %flag% (
echo %flag%不存在
@SET batpath=%~dp0
pause
call %batpath%1copy2c.bat
) else (
cd /d Z:\
call serverStart.bat
)