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.

17 lines
414 B

1 year ago
  1. @echo off
  2. %1 %2
  3. ver|find "5.">nul&&goto :Admin
  4. mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
  5. :Admin
  6. setlocal EnableDelayedExpansion
  7. SET basepath=%~dp0
  8. :: 设置源目录和目标目录
  9. set "sourceDir=%basepath%\copy2c"
  10. set "destinationDir=C:\"
  11. xcopy %sourceDir% %destinationDir%\ /q /e /r /S /Y
  12. cd /d C:\
  13. call c:\setPath.bat
  14. endlocal