Sie sind auf Seite 1von 1

How to merge text file in one

- Open command line


- Go to the directory
 Open the folder
 Copy the path from folder explorer address
 Past it to the command line with cd command
- run following command:
 type *.txt>>filename.res // all the .txt files will be merged inside the file “filename.res”
 ren filename.res filename.txt //“filename.res” will be convert to .txt file as “filename.txt”

Das könnte Ihnen auch gefallen