标签:creat net echo 图片 off art info 调用 log
两个脚本
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后
标签:creat net echo 图片 off art info 调用 log
原文地址:https://www.cnblogs.com/hanshanxiaoheshang/p/11461233.html