Skip to content

zacharyr/copy-and-move-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy-and-Move-Script

  • The purpose of this script is to give users the ability to copy or move directories (including subdirectories) or files (including the skipping of subdirectories) to a single destination of their choice. The user is asked 4 simple questions (2 of them being source/destination) and the script works through everything else for them.
  • This script utilizes python's built in distutils library to copy / move directories and files.

Making it Executable

For Linux users:

  1. Type the following command in terminal: $ chmod +x copy_move_script.py (assuming you have python installed to run the script).

For Windows users:

  1. Download and install Python, PyInstaller, and PyWin32 if you have not already installed it.
  2. After you downloaded and installed the previous packages, run the following command in your python terminal: python pyinstaller.py -F copy_move_script.py.
  3. Running the previous command will create a single file (-F option) executable which you can place on a computer that does or even does not have python installed. This is ideal for putting the script on a flash drive so you can move directories or files on the go, involving multiple computers.

Authors

Zach Rohde

About

Copy or move multiple directories or files using this script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages