Search found 2 matches

by Jonah
14 Feb 2019 06:17
Forum: DOS Batch Forum
Topic: Bat file to check a folder for TXT files with the associated PDF file
Replies: 5
Views: 5180

Re: Bat file to check a folder for TXT files with the associated PDF file

Thank you have solved that now differently. Now I have the files that are only once available so move without peers in another folder. Do you have any solution for? @echo off dir /B /S d:\TestA\1\*.txt dir /B /S d:\TestA\1\*.pdf fc d:\TestA\1\*.txt d:\TestA\1\*.pdf > nul>>D:\TestA\Protokoll\log.txt ...
by Jonah
12 Feb 2019 07:00
Forum: DOS Batch Forum
Topic: Bat file to check a folder for TXT files with the associated PDF file
Replies: 5
Views: 5180

Bat file to check a folder for TXT files with the associated PDF file

Hello, I'm not programming yet and I'm currently creating a Bat file to check a folder for TXT files with the associated PDF file For Example 1234.txt / 1234.pdf I can not get any further can you help me? LG @echo off set Root="D:\TestA\1\" set Dateityp1="pdf" set Dateityp2="txt" echo Dateien im %Ro...