Steganography - Hiding from plain text

This small tutorial will show you how to Hide file inside any file..but the example here uses JPG...you can try your luck on others files too..
Step 1: Zip,rar or 7z all the file you want to hide..
Step 2: Choose a Image file (image.jpg)..
So now we have a zip file(compress.zip) and a JPEG(image.jpg)..
Step 3: Open the Command prompt and type

Copy /b image.jpg+compress.zip New.jpg

that's it...
now open the file in a image viewer..then open the file with Winrar,7zip...

How it works..

the /b switch in the copy command is used for binary files and the + sign joins them to a new file..New.jpg