@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
cd /d "%~dp0"
"cmd /c Start 运行程序的名称.exe"

相关文章:

  • 2021-06-12
  • 2021-07-06
  • 2022-12-23
  • 2021-05-23
  • 2021-07-18
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2022-02-17
  • 2021-04-19
  • 2022-12-23
  • 2021-11-19
  • 2021-08-06
相关资源
相似解决方案