Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

🚀 File Copy Controller

A lightweight and efficient GUI-based PowerShell tool to rapidly copy a file continuously to a specified destination folder. This is useful for stress testing, file backups, and automation tasks.

File Copy Controller Screenshot
(Replace # with an actual image link once you upload a screenshot)

✨ Features

  • User-Friendly GUI – Simple and easy-to-use interface.
  • Super Fast Execution – No delays, maximum file copy speed.
  • Select File & Destination – Browse for source files and destination folders.
  • Real-Time Copying – Continuously duplicates the selected file.
  • Multi-threaded Performance – Uses background jobs for seamless execution.
  • Start & Stop Controls – Manage copying operations with ease.

📌 Use Cases

🔹 Performance Testing – Simulate file transfers under load.
🔹 Backup Automation – Keep real-time copies of important files.
🔹 Security & Forensics – Generate multiple copies for analysis.
🔹 Data Replication – Ensure redundancy by creating instant file clones.

📥 Installation & Usage

1️⃣ Prerequisites

  • Windows 10/11
  • PowerShell 5.1 or later

2️⃣ Run the Script

  1. Download the script.
  2. Open PowerShell and navigate to the script location.
  3. Run the script:
    powershell -ExecutionPolicy Bypass -File FileCopyController.ps1
  4. Select the source file and destination folder.
  5. Click Start to begin copying at high speed.
  6. Click Stop to halt the process.

📸 Application

Output Screenshot