vbs整人代码 疯狂打开 计算器15
发布网友
发布时间:2023-10-19 03:59
我来回答
共3个回答
热心网友
时间:2024-12-04 10:04
set xxx=CreateObject("wscript.shell")
do
msgbox "正在打开计算机"
xxx.run "cmd /c start calc.exe",0
loop
热心网友
时间:2024-12-04 10:04
:hello
cmd /c calc.exe
goto hello
rem 批处理也可以实现。
热心网友
时间:2024-12-04 10:04
Dim wsh
Do
Set wsh = CreateObject("WScript.Shell")
wsh.Run "calc.exe"
Loop
貌似如此
参考资料:自己创造