Skip to content

Latest commit

 

History

History

file-copy-tool

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

File Copy Tool

File copy tool will copy files and directories from one place to another.

  • It uses a subprocess to call a windows robust file copy command
  • The app will skip any existing files in a destination directory
  • It will also run multi-threaded for performance
  • If a copy process is interupted, then simply run again since it also has the ability to restart the transfer.

Table of Contents

  1. Contact
  2. Requirements
  3. Install
  4. Instructions
  5. Screenshots

Contact

Requirements

Install

  • Download filecopy_tool.exe
  • Note: Before running the app, right click the exe file > then select Properties
  • Click unblock (only need to do so once)
  • Then just double click to run.

Instructions

  • click browse(or copy paste) and select folders for the following: copy from location, copy to locaion, and path to save the copy log
  • press start
  • wait while copy runs.
  • (optional) open log file to check status if you wish
  • Once complete, a status output will display when finished

FAQ

  • if copy run is blank or errors, close and run again. possible bug 

Screenshots