Search found 2 matches
- 25 Jul 2017 16:38
- Forum: DOS Batch Forum
- Topic: loop thru filenames in a directory
- Replies: 4
- Views: 4131
Re: loop thru filenames in a directory
dir /s /b *.* >filelist.txt
- 25 Jul 2017 16:22
- Forum: DOS Batch Forum
- Topic: Batch file for file merge
- Replies: 1
- Views: 2331
Batch file for file merge
I have one folder inside that there 15 sub folder Folder1, Folder2, Folder3, etc... Each subfolder (Folder1, Folder2) has 2 or 3 level sub folders. Each folder has some .txt files. I would like to create a batch file that can 15 create merge files for each folder. I can do it with cmd commands like ...