create a cshap exe and use the following code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Threading; namespace CopyFiles { class Program { static ...