Search found 1 match

by josiphfer
2023-Jun-03, 9:48 am
Forum: Windows CMD Shell
Topic: Fichier batch pour copîer des repertoires avec teracopy
Replies: 3
Views: 13005

Re: Fichier batch pour copîer des repertoires avec teracopy

To copy files selectively using Teracopy and a CSV file, you can create a batch file with multiple commands, each one specifying the range of files to copy. Here's an example: @echo off setlocal enabledelayedexpansion set input_file=C:\Filelist.csv set output_dir=D:\Documents rem Copy files 1 to 100...