@echo off color 0 CD /D "%~dp0" xcopy /q /h /r /y "flashplayer.xpt" "%SystemRoot%\system32\Macromed\Flash\*.*" xcopy /q /h /r /y "NPSWF32.dll" "%SystemRoot%\system32\Macromed\Flash\*.*" regedit /s flash.reg exit