Skip to content

PowerShell script with a graphical user interface that activates Robocopy and allows the use of various command-line switches.

Notifications You must be signed in to change notification settings

datasyd/Simplified-Robocopy-with-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simplified Robocopy with GUI

A PowerShell script with a graphical user interface that activates Robocopy and allows the use of various command-line switches.


Background

I often work with different computers that contain an enormous number of files and very deep folder paths, which Windows normally can’t handle.
I was often in doubt and could hardly remember the different command-line switches — and which ones should be used by default when copying files normally.

To make this easier, I created a PowerShell script that provides a graphical overlay for Robocopy and includes the most commonly used switches.


Features

  • Graphical user interface for Robocopy
  • Easy access to common command-line switches
  • Simplifies copying large file structures and long paths
  • Reduces the need to remember complex command syntax

Example

Here’s what the simplified Robocopy interface looks like:

Simplified Robocopy GUI


Requirements

  • Windows PowerShell
  • Administrator privileges

Usage

  • Run the .exe file (automatically elevates as admin)
  • Run the PowerShell script as Administrator to ensure Robocopy can access all files and folders properly.
# Example
Start-Process powershell -Verb RunAs '.\Simplified RoboCopy.ps1'

About

PowerShell script with a graphical user interface that activates Robocopy and allows the use of various command-line switches.

Resources

Stars

Watchers

Forks

Packages

No packages published