Wednesday, May 29, 2013

Create/rename a file/folder that begins with a dot in Windows? - Super User

Create/rename a file/folder that begins with a dot in Windows? - Super User:

To create/rename on windows explorer, just rename to .name. - The additional dot at the end is necessary, and will be removed by Windows Explorer.
To create a new file begins with a dot, on command prompt:
echo testing > .name

No comments: