deemoe's blog

Archives · 2022

Home

Gallery

About

Archives

Windows

Folder Content Copy Script with Filter Option

This script is designed to copy the contents of a folder, including sub-folders, to a new destination path. The user is prompted to enter the source path, the destination path, and a filter word to exclude certain files based on their names. @echo off echo This script copy everything inside a folder to a new path, containing sub-folders. echo. set /p tar..

Read more