|
|
@ -64,7 +64,7 @@ goto :finish |
|
|
|
:finish |
|
|
|
:finish |
|
|
|
SET /A CHANGES=0 |
|
|
|
SET /A CHANGES=0 |
|
|
|
SET LIST= |
|
|
|
SET LIST= |
|
|
|
FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /query:m ^| find /V "productkey" ^| find "ID:"') DO ( |
|
|
|
FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /nonotify /quiet:true /query:m /logAppend:true ^| find /V "productkey" ^| find "ID:"') DO ( |
|
|
|
SET /A CHANGES=!CHANGES!+1 |
|
|
|
SET /A CHANGES=!CHANGES!+1 |
|
|
|
SET LIST=!LIST! %%A |
|
|
|
SET LIST=!LIST! %%A |
|
|
|
) |
|
|
|
) |
|
|
|