1. Using the Command Prompt:
Here is a step-by-step procedure to create the “con” folder using the command prompt:
- Go to the command prompt:
- Type in the command prompt (For ex. To create a folder in the E: drive by name: “CON”)
C:\>md \\.\e:\con
- In case if you wish to delete the folder, use the following command:
C:\>rd \\.\e:\con
NOTE: This folder can only be deleted from the command prompt. You cannot remove it by right-click delete.
No comments:
Post a Comment