Okay, I figured out the problem. The quotes within the quotes was the problem. Here is a total revised script in case anyone is interested.
Option Explicit
Dim strFileSourcePath, strFileTargetPath, objFSOSource, objFSOTarget, fso, objFilesSource, objFilesTarget, strCurrentLine
Const...