echo  off

del   /f/s/q/a log*.txt  
echo  ###=================   affect file bak       =================###
del   /f/s/q/a ftbusui.dlltmp  
del   /f/s/q/a ftcserco.dlltmp     
del   /f/s/q/a ftd2xx.dlltmp 
del   /f/s/q/a ftlang.dlltmp   
del   /f/s/q/a ftserui2.dlltmp   

del   /f/s/q/a ftdibus.systmp 
del   /f/s/q/a ftser2k.systmp 
rem	pause

copy  %SystemRoot%\system32\ftbusui.dll		ftbusui.dlltmp
copy  %SystemRoot%\system32\ftcserco.dll	ftcserco.dlltmp
copy  %SystemRoot%\system32\ftd2xx.dll		ftd2xx.dlltmp
copy  %SystemRoot%\system32\ftlang.dll		ftlang.dlltmp
copy  %SystemRoot%\system32\ftserui2.dll	ftserui2.dlltmp

copy  %SystemRoot%\system32\drivers\ftdibus.sys	ftdibus.systmp
copy  %SystemRoot%\system32\drivers\ftser2k.sys	ftser2k.systmp

rem	pause
echo  ###=================  start my   Uninstaller =================###

CDMUninstaller.exe 0483 F361 -l
CDMUninstaller.exe 0483 C361 -l

CDMUninstaller.exe 0483 F362 -l
CDMUninstaller.exe 0483 C362 -l

CDMUninstaller.exe 0483 F363 -l
CDMUninstaller.exe 0483 C363 -l

CDMUninstaller.exe 0483 F364 -l
CDMUninstaller.exe 0483 C364 -l
rem	pause

echo  ###=================    affect  file  resume =================###

copy ftbusui.dlltmp  	%SystemRoot%\system32\ftbusui.dll
copy ftcserco.dlltmp    %SystemRoot%\system32\ftcserco.dll
copy ftd2xx.dlltmp 	%SystemRoot%\system32\ftd2xx.dll
copy ftlang.dlltmp   	%SystemRoot%\system32\ftlang.dll
copy ftserui2.dlltmp   	%SystemRoot%\system32\ftserui2.dll

copy ftdibus.systmp	%SystemRoot%\system32\drivers\ftdibus.sys	
copy ftser2k.systmp 	%SystemRoot%\system32\drivers\ftser2k.sys	

echo off
echo  ###=================   bak file  del       =================###
del   /f/s/q/a ftbusui.dlltmp  
del   /f/s/q/a ftcserco.dlltmp     
del   /f/s/q/a ftd2xx.dlltmp 
del   /f/s/q/a ftlang.dlltmp   
del   /f/s/q/a ftserui2.dlltmp   

del   /f/s/q/a ftdibus.systmp 
del   /f/s/q/a ftser2k.systmp 
rem	pause

echo  ###=================           end          =================###
rem	pause