Manually Update SCCM 2012 Software Center Client.bat

:start
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000021}" /NOINTERACTIVE

SET /P AGAIN="Would you like to run this again? (y/n): "
if %again%==y goto start
if %again%==Y goto start
if %again%==n goto end
if %again%==N goto end
goto begin

pause