@echo off

if "%1"=="h" goto begin

start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit

:begin

//此处是你的应用的目录
D:\Code\redis\32bit\redis-server.exe

 

相关文章:

  • 2021-12-04
  • 2021-11-02
  • 2021-06-18
  • 2021-11-17
  • 2022-02-11
  • 2022-02-06
  • 2021-11-06
猜你喜欢
  • 2021-11-14
  • 2021-11-20
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案