Skip to content

gzwplato/pCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pascal Copy Utility

Environment Release License: MIT TotalDownloads Donate

Yet another alternative to Windows copy, xcopy, and robocopy

Why pCopy?

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.

Help

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.

Development Tools

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.

Donations

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.

About

Pascal Copy Utility for Windows

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages