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

1 year ago
  1. @echo off
  2. chcp 65001
  3. %1 %2
  4. ver|find "5.">nul&&goto :Admin
  5. mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
  6. :Admin
  7. set flag=Z:\
  8. if not exist %flag% (
  9. echo %flag%不存在
  10. @SET batpath=%~dp0
  11. pause
  12. call %batpath%1copy2c.bat
  13. ) else (
  14. cd /d Z:\
  15. call serverStart.bat
  16. )