Video Sharing Script

All about video sharing sites

Natural Reader Vs TextAloud

I started using Text To Speech on windows when i see it on Opera 10. But with latest version of Opera, Speak feature stopped working. It is said that the Speech feature in opera is created by IBM, they no longer support this feature. I have switched from FireFox to opera because of this feature. [...]

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, [...]

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 [...]

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 [...]