Search found 3 matches

by Crazylife87
25 Jan 2021 07:39
Forum: DOS Batch Forum
Topic: Create a text file (copied.txt) which saves the name of the copied files
Replies: 9
Views: 6585

Re: Create a text file (copied.txt) which saves the name of the copied files

Good morning! Update: Basically I should copy the .pdf files from directory A to directory B. The .pdf files of directory B will be transformed into .csv files (the .pdf one is deleted). Practically in directory B the file name remains the same with .csv extension. So I should make a copy based sole...
by Crazylife87
24 Jan 2021 09:01
Forum: DOS Batch Forum
Topic: Create a text file (copied.txt) which saves the name of the copied files
Replies: 9
Views: 6585

Re: Create a text file (copied.txt) which saves the name of the copied files

So what could be a possible alternative to solve this problem?
As explained previously, the files in directory B will be removed after a certain time. (.Pdf)
So you should be sure to copy only new files from directory A that have never been copied to directory B.

Thanks
by Crazylife87
24 Jan 2021 03:02
Forum: DOS Batch Forum
Topic: Create a text file (copied.txt) which saves the name of the copied files
Replies: 9
Views: 6585

Create a text file (copied.txt) which saves the name of the copied files

Good morning, I should copy the files from directory A to directory B. But the files of directory B will be removed after some time. I only need to copy the new files from directory A that have not yet been copied to directory B. So I should create a text file (copied.txt) which saves the name of th...