Yet another alternative to Windows copy, xcopy, and robocopy
Windows copy won't create a folder if it doesn't already exist.
Windows xcopy won't copy an individual file without prompting if file or directory.
Unless you do: echo f | xcopy /f /y srcfile destfile)
Windows robocopy is best suited to copy entire directories, and is too complex for a simple copy.
pCopy resolves the above issues.
pcopy [-options|/options] [@list|source] target
a Copy attributes. Default is Y.
h|? List options and how to use them.
i Install on PATH in C:\Windows (run as Admin).
l List files without copying.
q Don't display filenames during copy.
s Search subdirectories.
u Uninstall from PATH in C:\Windows (run as Admin).
v Display version information.
y Overwrite an existing file.
This utility was developed using the Lazarus IDE version 1.8.4 with Free Pascal version 3.0.4. It has been tested on both 32 and 64 bit versions of WinXP, Win7, and Win10 using Virtualbox.
If this utility is useful, or if the source code helps you in some way, then a small donation would be appreciated. Just click on the "donation" button above. Your donation is not tax deductible, but will be used to help promote freeware from myself and other software authors.