Windows Explorer will not allow to create a file like .htaccess (Apache configuration), .project (Eclipse project files) etc. Which file managers on Windows have support for file and folder names starting with dots?
|
feedback
|
|
Total commander enables you to make such files directly. You can create it in two ways
| |||
feedback
|
|
Windows Explorer can rename any file into one starting with a '.' - you just cannot create a file directly with such a name in Explorer. | |||||||
feedback
|
|
You can create a new file that starts with a "." in Windows by using the command prompt. Open a command prompt and type "copy con .htaccess" then hit enter. You are now copying from the CONsole to the .htaccess file. Hit F6 (or ctrl-Z) and then enter to exit back to the prompt. You will then have an empty text file named .htaccess that you can manipulate in Explorer (etc.). Also, you can also type in lines of text before you hit F6, and those will be added to the file once it's saved via F6/Ctrl-Z. | ||||
|
feedback
|
|
I install Cygwin on any computer that I own that does not have *nix installed on it. This allows for things like what you want as well as a whole host of other functions. | |||||
feedback
|
|
Can you not create a new file in notepad and when you save it type (including the quotation marks)? ".htaccess" | |||
feedback
|
