View Single Post
  #5  
Old 2005-02-09, 06:57 AM
kotti
 
Re: anyone know how to name a folder with a leading dot?

Or just use the command prompt like diggrd suggested The command for creating a directory is md (short for make directory I guess) so "md .something" does the job.

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\k>md .something

C:\Documents and Settings\k>dir
 Volume in drive C is C-WinXP
 Volume Serial Number is A48D-90D5

 Directory of C:\Documents and Settings\k

09.02.2005  14:56    <DIR>          .
09.02.2005  14:56    <DIR>          ..
09.02.2005  14:56    <DIR>          .something
08.02.2005  20:46    <DIR>          Desktop
04.01.2005  13:48    <DIR>          Favorites
24.01.2005  21:56    <DIR>          My Documents
22.12.2004  22:31    <DIR>          Start Menu
               0 File(s)              0 bytes
               7 Dir(s)   2 159 190 016 bytes free

C:\Documents and Settings\k>
Reply With Quote Reply with Nested Quotes