Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SET FLASHDIR32=\System32\Macromed\Flash\
  2. SET FLASHDIR64=\SysWOW64\Macromed\Flash\
  3.  
  4. for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR32%FlashUtil*_Plugin.exe') do %WINDIR%%FLASHDIR32%%%f -update plugin
  5. for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR64%FlashUtil*_Plugin.exe') do %WINDIR%%FLASHDIR64%%%f -update plugin
  6.  
  7. pause