Copies a file.
Copy( name ) ; (optional) Alias
{
.Source ; File(s) to copy
.Dest ; Destination (path or path and filename)
; Additional options
.PreBuildDependencies ; (optional) Force targets to be built before this Copy (Rarely needed,
; but useful when Copy relies on externally generated files).
}