create file with dot in windows
by Ramya[ Edit ] 2012-08-15 16:47:28
create file with dot in windows:
It is not so easy in windows to create a file starting with "."(Dot). But there is an option in command prompt to make it possible.
* Open Command prompt
* Move to the path under which you want to create a file(for eg, .htaccess)
* Execute the following command,
echo . > .htpasswd (file name)