For those of you that would like to hide some (personal) files, here a little guide.
What you need;
* An image file (we'll call it image.png)
* A .rar containing files to hide (we'll call this archive.rar)
* Command prompt
Steps;
1] Put your image and rar file that you want to hide in the same folder.
2] Open up command prompt (start > run 'cmd')
3] Type cd 'path' (For example "cd C:\Users\Mave\Desktop")
4] Now we combine the files;
Type : "copy /b image.png + archive.rar newimage.png"
(newimage.png is the name of our output file)
DONE!
If you now open newimage.png, it will look like a NORMAL image, but if you right-click it and open with winrar, you have access to your hidden (personal) files!
Enjoy.
What you need;
* An image file (we'll call it image.png)
* A .rar containing files to hide (we'll call this archive.rar)
* Command prompt
Steps;
1] Put your image and rar file that you want to hide in the same folder.
2] Open up command prompt (start > run 'cmd')
3] Type cd 'path' (For example "cd C:\Users\Mave\Desktop")
4] Now we combine the files;
Type : "copy /b image.png + archive.rar newimage.png"
(newimage.png is the name of our output file)
DONE!
If you now open newimage.png, it will look like a NORMAL image, but if you right-click it and open with winrar, you have access to your hidden (personal) files!
Enjoy.