怎样用vbs打开vbs程序

2025-01-06 20:10:39
推荐回答(1个)
回答1:

Set wsh = CreateObject(“Wscript.Shell”)
wsh.Run "xxx.vbs"