Wednesday, February 20, 2008

Join files without using any third party software

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 :
  1. Go to Start->All Programs -> Accessories -> Command Prompt (alternatively, type cmd from run).
  2. Go to the file location (say, C:\Ravinder).
  3. Use the following command
    1. type file1.txt file2.txt > newfile.txt
  4. The above command creates a new file output in the current directory (C:\Ravinder).
  5. That's it... Very simple, Right!!!
You can join even video files or for that matter any file.
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:

shashi said...

Very good dear and thank you...!