hanshanxiaoheshang

两个脚本

 

 

 Run.vbe   参考https://blog.csdn.net/skypeGNU/article/details/12708221

set ws=wscript.createobject("wscript.shell")  
ws.run "CmdCalled.bat /start",0

 

被调用脚本:CmdCalled.bat

@echo off
mstsc

 

双击执行 Run.vbe后

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-07-12
猜你喜欢
  • 2021-11-23
  • 2021-12-03
相关资源
相似解决方案