If you want to get fancy, you can compile this vb.net project into an exe and use a shortcut to pass the source and target folders as arguments. When you run it, it will display the familiar Windows FileCopy Dialog.
Imports Microsoft.VisualBasic.FileIO
Imports System.Environment
Module...