Joining files is simple with our Windows command/Unix command.
No third-party software is required.
Use "type" for Windows and "cat" for Unix command to join files.
Follow these steps to join file1.txt and file2.txt on Windows :
Do away with third-party softwares like HJ-Split to join files.
Screenshot:
~R.A.V.I.N.D.E.R
There's much more... keep visiting
No third-party software is required.
Use "type" for Windows and "cat" for Unix command to join files.
Follow these steps to join file1.txt and file2.txt on Windows :
- Go to Start->All Programs -> Accessories -> Command Prompt (alternatively, type cmd from run).
- Go to the file location (say, C:\Ravinder).
- Use the following command
- type file1.txt file2.txt > newfile.txt
- The above command creates a new file output in the current directory (C:\Ravinder).
- That's it... Very simple, Right!!!
Do away with third-party softwares like HJ-Split to join files.
Screenshot:
~R.A.V.I.N.D.E.R
There's much more... keep visiting
1 comment:
Very good dear and thank you...!
Post a Comment