Search found 3 matches

by rusty83
12 May 2019 23:02
Forum: DOS Batch Forum
Topic: search - copy problem
Replies: 4
Views: 3781

Re: search - copy problem

Thank you for your answer - i changed my version to following one and it works for me :) @echo off &setlocal set "sourceRoot=C:\Users\offic\Desktop\COPY_TEST\originale" set "sourceList=C:\Users\offic\Desktop\COPY_TEST\DBLIST.TXT" set "destFolder=C:\Users\offic\Desktop\COPY_TEST\kopiert" set "sprache...
by rusty83
09 May 2019 23:36
Forum: DOS Batch Forum
Topic: search - copy problem
Replies: 4
Views: 3781

Re: search - copy problem

Hello! Thank you for your replay! I tested it but it doesn't work BUT with my function it works now i got a way to export the data in the correct form. But now I have an additional question: Is it possible if the search term in the list is for example "file_001;" to replace the last character ";" wi...
by rusty83
09 May 2019 08:11
Forum: DOS Batch Forum
Topic: search - copy problem
Replies: 4
Views: 3781

search - copy problem

Hello! I get a Text-file from an system - in this file there are filenames (per line one filename) - now with a batch-file every line (filename) from this list should be searched in a directory and copied in an other direcory. I have this found and it almost works: @echo off &setlocal set "sourceRoo...