How can I create a folder that cannot be opened or deleted ?, Create a folder

Source: Internet
Author: User

How can I create a folder that cannot be opened or deleted ?, Create a folder

How to create folders that cannot be opened or deleted? Small editors often need to store important files on their computers, so they do not want to be seen or accidentally deleted by others (You know ), what should I do? The following steps show you how to create a folder that cannot be opened or deleted.

Open command line tool CMD, "Start"-> "run"-> "CMD"-> press Enter.

Enter the following command in command line tool CMD to create a folder that cannot be opened or deleted.

>Md <folder Name> ..\

For example, if you want to create a movie folder under the drive E, you can run the following command:

> Md movie ..\

No, but the key point is the following... \. Of course, there are also a few more points, such as md movie... \, but there must be at least two points.

Let's see how it works, whether it can be opened, and whether it can be deleted.

Haha, of course, the conventional method is that it cannot be opened or deleted, and the effect is achieved, but a careful friend may think of a problem. This folder cannot be opened or deleted, you cannot store things. If you want to use things, let's introduce how to use them.

How to open this folder? Take the movie folder we created above as an example. To open and modify a folder, you need to use the following command.

> Start E: \ movie ..\

Haha, check whether it is enabled.

How to save things in this folder? Store objects in a folder. For example, if you want to put the "ABS10010.rmvb" file on the drive E, you need to use the following command.

> Copy E: \ abs10010.rmvb E: \ movie ..\

How do I delete this folder?The key issue is that we don't need this folder anymore. How can we delete it? Run the following command.

> Rd E: \ movie .. \/S

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.