Skip to content

Mass file copier, mover, and deleter powered by PowerShell

Notifications You must be signed in to change notification settings

EdgeOfControl/batch-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

batch-file

Mass file copier, mover, and remover powered by PowerShell

This script will allow you to mass move, copy, or delete files from a PowerShell window. Recursive searching is toggled during runtime.

How it works:

 - Choose to copy, move, or delete items
 
 - Enter your source folder
 
 - Enter your destination folder (copy and move only)
 
 - Input the first filter
 
 - Input the second filter
 
 - Declare if the search is recursive or not
 
 - Choose the operators to be used in the command (supported: -and, -or, -like, -notlike
 
 - Wait for the command to complete
 
 - Repeat the script or use Ctrl+C to close out of it.

About

Mass file copier, mover, and deleter powered by PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published