Sign in to follow this  
UmairaliTHANOS

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

Recommended Posts

[hide]

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

[/hide]

:smart: :smart: :smart:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this