A very easy step of creating a file starting with dot.
In windows a file is not create starting with dot. But some time we need a file that must start with dot. For example, while making a computer as a localhost i.e. Server, We need a file ".htaccess" we define the rule for apache. This file can be easily created with dot on windows in two ways.
In windows a file is not create starting with dot. But some time we need a file that must start with dot. For example, while making a computer as a localhost i.e. Server, We need a file ".htaccess" we define the rule for apache. This file can be easily created with dot on windows in two ways.
- By creating a file and simply put another dot at last.
Example:- For creating a ".htaccess", you have to write ".htaccess." . The last dot is drop by windows automatically. - Through Command Prompt. Open CMD on windows and write the following command: "echo this is test > .htaccess"
Keywords: Creating a file on windows starting with dot.
No comments: