2007-11-25 18:56
�p�a
[�b��]�s�gAutoRUN�f�r�K��Tool
1. �ϥΰO�ƥ��g�H�U��r, ��Save��.bat, �A�N���B��Y�i
@echo off
cls
echo �� S ��R��Autorun.inf�öi��K��
echo.
echo �� D ��R���K�̵{��
echo.
echo ����L���N��h�X
echo.
echo.
SET Choice=
SET /P Choice= �п�Ün�i�檺�ʧ@�G
IF /I '%Choice:~0,1%'=='s' GOTO setup
IF /I '%Choice:~0,1%'=='d' GOTO Delset
IF /I '%Choice:~0,1%'=='q' GOTO Exit
exit
:Setup
taskkill /im explorer.exe /f
for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do @(
if exist %%a: (
rd %%a:\autorun.inf /s /q
del %%a:\autorun.inf /f /q
mkdir %%a:\autorun.inf
mkdir %%a:\autorun.inf\"�f�r�K�̽ФŧR��../"
attrib +h +r +s %%a:\autorun.inf
)
)
start explorer.exe
for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
if exist %%a:\nul (
>1.vbs echo msgbox^ "%%a:�K�̦��\",64,"����:"
1.vbs
)
)
del 1.vbs
echo.
echo.
echo �ާ@�����A�����N��h�X, �P���׾�_�p�a�s�y...
pause>nul
exit
:delset
For %%a In (C D E F G H I J K L M N O P Q R S T U V W X Y Z) Do @(
If Exist %%a: (
rd %%a:\autorun.inf /s /q
)
)
echo.
echo.
echo �ާ@�����A�����N��h�X, �P���׾�_�p�a�s�y...
pause>nul
exit
[[i] �����̫�� �p�a �� 2007-11-25 20:05 �s�� [/i]]