Video Sharing Script

All about video sharing sites

backup with robocopy

Few days back my pc crashed and do not boot. On boot, it say windows starting then rebooted. In most case, windows will run chkdisk if there is any hard disk problem, in this case, due to corruption, windows it not reaching the point where it check for disk problems.
On going to recovery console, it [...]

I have been looking for a software like rsync on windows to move files betten servers easily.
Found Unison, it work with windows and linux
Unison is a file synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the [...]

Hiding Files Inside Image

You can hide files inside images.
For example, if you have an image “myimage.jpg” and have a file “mysecretfile.rar”, you can combine the zip file with image, so most people only see it as just an image.
To do this, go to DOS prompt, then type the command
copy /b myimage.jpg + mysecretfile.rar new_image.jpg
Now you will get a [...]