Results 1 to 2 of 2
  1. #1
    dekutoski is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    2

    BAT command to combine multiple files

    I used this command years ago but am unable to find it. I was not the one who wrote it. I know it's a really simple code. If anyone knows what I am talking about and has this code, I would very much appreciate the help.

  2. #2
    dekutoski is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    2
    This code works GREAT!

    @echo off>merge.txt
    for /r /d %%a in (.) do copy/b merge.txt+"%%a\*.txt" GlAll.txt

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 06-14-2011, 07:19 PM
  2. Combine values from multiple fields
    By jsimard in forum Queries
    Replies: 8
    Last Post: 06-09-2011, 01:05 PM
  3. Replies: 3
    Last Post: 12-14-2010, 08:35 AM
  4. Replies: 2
    Last Post: 05-25-2010, 02:45 PM
  5. Combine multiple rows into one cell
    By zarfx4 in forum Queries
    Replies: 8
    Last Post: 06-08-2009, 10:42 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums