How To Run Command Prompt In Windows
To run command Prompt you need to slick on start menu and god to Run. In Run window type cmd.exe and hit enter.Steps to Merge Multiple Notepad Files using Command Prompt
- Create a folder in your desktop and name it test. Put all the notepad files in this folder.
- Now in command prompt type the following commands
cd desktopThis will change our location to desktop and now we need to move into test folder which contain all the new files. To do so type
Cd testTo merge all files present in test folder type the following command
Copy *.txt merged.txtThis will copy data from all files (“*” is a wildcard and is used to copy all text files) and paste into a new file viz. merge.
It will just take a few seconds even if you have hundreds of files.
If you know any other method (other than softwares or command prompt) then, do share it with our readers.
No comments:
Post a Comment