To create the files that start with a dot(.) or some periods

Try the following
e.g u wanna make file name .hello
It's much easier.
open the command prompt(Start-->run-->type cmd)

Just type at the command prompt :
cd\
c:\> copy con .hello



That will do the trick

a file name .hello will be created in c drive.

enjoy!!!!!!