• We just launched and are currently in beta. Join us as we build and grow the community.

How to merge a lot of txt files such as ur combos into one file

DARKTIGERZZZ

Programming Mentor
D Rep
0
0
0
Rep
0
D Vouches
0
0
0
Vouches
0
Posts
106
Likes
132
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
How to merge a lot of txt files such as ur combos into one file
step 1: put all of them in one folder
step 2: press left ctrl+left shift and left click on empty space on ur folder(keep holding the keys until u click)
step 3:You will see the option Open command window here, select it so the Command Prompt has automatically been pointed to that directory while opening to continue executing the merge command.
step 4: enter the code below u may copy paste it in in cmd
for %f in (*.txt) do type "%f" >> output.txt
step 5: and press enter
within few seconds all files will be merged
u will see a txt file named output.txt this will be ur file u can now delete all others and use this one as u like
Leave a like if u liked it
 

432,289

312,550

312,559

Top