Skip to main content

How to Combine Multiple Text Files into One File

There is an easy way to combine a number of text files become one text file with a simple command via the command prompt.

Here are the steps:
• Put the files to be merged into one folder
for example I put it in a folder with the name is Merge in drive D



• Go to the Command Prompt
(Press Win + R, then type CMD, press Enter)
• At the Command Prompt Type D: and press Enter (because of my folders stored on drive D)
• Type cd Merge (due to my folder named Merge) and press Enter


• Then type the following code: (you can copy paste)
for %f in (*.txt) do type "%f" >> new.txt 
( new.txt is the name of the output file, the name is up to you)
• Press Enter
The merger will take place automatically
• Go the folder and see the result.

See Also :

How to End Task using Click Mouse, Without Ctrl+Alt+Del
How to lock the leftmost column or top row cells in Ms Excel 2007
How to display Random Home Page in Browser
Backup and Restore HP ProCurve Switch Configuration via Serial port
Easy script to make the computer speaks according to the words we wrote

Popular posts from this blog

How to Enable Hyper Terminal In Windows 7

Hyperterminal Windows 7. Windows 7 Hyperterminal. Hyper terminal is used for data communication via serial port com or TCP/IP Winsock. Unfortunately on Windows 7, Windows 8 and Windows 10 we can't see anymore, even though many of us who still need it, and it is not the solution if we have to go back to Windows XP. The solution :

How to Record Audio Directly to USB Flashdisk on Ashley Remix-802 Mixer

The Ashley Remix-802 mixer is an audio mixer that features direct recording to USB. However, the recording process might not be immediately intuitive since there isn't a clear "record" button. Here are the steps to record audio directly to USB on the Ashley Remix-802 mixer: Recording Steps:  1. Format the Flash Drive: Format your flash drive with the FAT32 file system using a laptop or computer. 2. Add an MP3 File: Insert at least one MP3 file into the flash drive. This is necessary for the mixer to read the flash drive and enable the recording process. 3. Plug in the Flash Drive: Plug the flash drive into the USB port on the Ashley Remix-802 mixer. If the flash drive is recognized, the mixer will start playing the MP3 file, and the display will show that music is playing. 4. Start Recording: Press and hold the Play/Pause button for a few seconds until the display shows "rec." This indicates that the recording process has started. 5. Stop Recording: To stop the ...

Vaio stuck on loading screen after upgrading to Windows 10

My Sony Vaio laptop model : VPCCA16FB with originally using Windows 7 operating system, then now I already upgraded it to Windows 10. All drivers are already installed for each device, everything is OK with this Windows 10 OS. The only problem is:  when I switch the laptop on or restarting it, after vaio logo appears then it stuck with blank screen and it takes about 2 minutes. After that, then it continues to loading Windows. After I googling about the problem, I am not only the one, other people also have the similar problem with their laptops. The cause is in the Ultra Low Power State (ULPS) system. ULPS is a feature or mode in hardware (graphics card) designed to save power by reducing energy consumption to very low levels. Now the problem is solved. If you have the same or similar problem, maybe this below step will help you too.