rename a file staring with dot(.) in windows

by Ramya 2013-12-10 18:52:10

rename a file staring with dot(.) in windows:

In normal cases, you are not able to rename a file with dot in windows. Use command prompt to rename a file with dot(.),

start command prompt.
move to the directory where you want to rename a file.
type "echo filename > .yourfilename"

279
like
0
dislike
0
mail
flag

You must LOGIN to add comments

Hi Its creating new file only. not renamed old file.

Hi This code not working in windows xp by nirmaladevi

Hi. New file created but not renamed old file in windows xp by nirmaladevi