nikitabuyevich / cp2dir

Copy a list of files to another directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cp2dir

Copy a list of files to another directory.

Meant to be used as a post-build step/event to move compiled files easily.

Usage:

  -h [ --help ]                  Display usage.
  -f [ --files ] list of strings List of files to copy contents from. Must be a
                                 full path.
  -d [ --dir ] string            Destination directory to copy contents to. 
                                 Must be a full path.

Example:

cp2dir.exe 
-f 
D:/dev/foo/bin/foo/Debug/Win32/foo.dll 
D:/dev/bar/bin/bar/Debug/Win32/bar.dll 
-d
D:/dev/foobar/dist

About

Copy a list of files to another directory


Languages

Language:CMake 50.0%Language:C++ 48.0%Language:C 2.0%