Teracopy copy folder following CSV list

Discuss and share scripts and script files...
Post Reply
gibtoul
Posts: 1
Joined: 07 Jun 2022 21:39

Teracopy copy folder following CSV list

Post by gibtoul »

Hello
I'm new to this forum, and I'm not sure I follow the usage. For that, please excuse me.
During my research on tera copy, I saw that you had developed tools to automate certain functions.

For information, my level of programming knowledge is low.
About me, I'm looking for a help (batch, command line, tool,...) to copy with verification a directory containing subfolders in which are present multiple files.
My need: from a CSV list, copy only the selected subfolders (COPY: YES / NO)

Attached is the typical csv file:
PATH;DIRECTORY;SUB_FOLDER;COPY
C:\Users\gille\Desktop\Tempo\Music;Tempo;Music;YES
C:\Users\gille\Desktop\Tempo\Space;Tempo;Space;YES
C:\Users\gille\Desktop\Tempo\Data;Tempo;Data;NO
C:\Users\gille\Desktop\Tempo\Vin;Tempo;Vin;YES
C:\Users\gille\Desktop\Tempo\Color;Tempo;Color;YES
C:\Users\gille\Desktop\Tempo\Pointing;Tempo;Pointing;NO
On the code sector site, I found this but without success on my side
https://help.codesector.com/en/communit ... a-csv-file
Thanking you for the favorable reception you may have at my request
Cordially,

mazot
Posts: 48
Joined: 20 Apr 2020 23:19

Re: Teracopy copy folder following CSV list

Post by mazot »

I have looked at this for sometime but hadn't come to full understanding of your CSV file.
I would strongly recommend looking at highend's script in particular the tags section.
viewtopic.php?f=7&t=2596&start=225
If this still is not enough I have written these 2 scripts.
TeraCopyFromCSV.xys
.
First one is without full integration, second one with full integration and if you refer to the
page where highend's script is you will find an explanation.
You do not have the required permissions to view the files attached to this post.

Post Reply