Command prompt:
Command Prompts also called as cmd.exe or just cmd, this is the command-line interpreter on OS/2 and eComStation, Windows CE and Windows NT operating systems. It is the analog of COMMAND.COM in DOS and Windows 9x systems, or of the UNIX shells used on Unix-like systems.
The Stowell developed the initial version of cmd for Windows NT although some old DOS commands are unsupported or have been changed; cmd still has a greater number of built-in commands. The each and every information from the system can be viewed and changes are also being able to do through this command prompt.
The OS/2 and the Windows NT versions of cmd have more detailed error messages than the blanket "Bad command or file name” of COMMAND.COM. In the OS/2 version of cmd, errors are reported in the current language of the system, their text being taken from the system message files. The HELP command can then be issued with the error message number to obtain further information.
How to Make Undeletable folder
This is still not clearly known by some of the users to create the folder that is undeletable and none renamed. this trick are used to create the folder that are non deletable with the file name format of con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.this are the keywords that are reserved and cannot be accessed through the windows from its reserved file format.
Folder created by this format of command can only be deleting through this command format only. There is no other way of deleting the folder and renaming it.
Steps for creating the folder by using the command prompt are being shown below as step by step:-
Command Prompts also called as cmd.exe or just cmd, this is the command-line interpreter on OS/2 and eComStation, Windows CE and Windows NT operating systems. It is the analog of COMMAND.COM in DOS and Windows 9x systems, or of the UNIX shells used on Unix-like systems.
The Stowell developed the initial version of cmd for Windows NT although some old DOS commands are unsupported or have been changed; cmd still has a greater number of built-in commands. The each and every information from the system can be viewed and changes are also being able to do through this command prompt.
The OS/2 and the Windows NT versions of cmd have more detailed error messages than the blanket "Bad command or file name” of COMMAND.COM. In the OS/2 version of cmd, errors are reported in the current language of the system, their text being taken from the system message files. The HELP command can then be issued with the error message number to obtain further information.
How to Make Undeletable folder
This is still not clearly known by some of the users to create the folder that is undeletable and none renamed. this trick are used to create the folder that are non deletable with the file name format of con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.this are the keywords that are reserved and cannot be accessed through the windows from its reserved file format.
Folder created by this format of command can only be deleting through this command format only. There is no other way of deleting the folder and renaming it.
Steps for creating the folder by using the command prompt are being shown below as step by step:-
Step 1:
Click on Start.
Step 2:
Click on Run or press (windows + r) in that type in "cmd" without quotes.
Step 3:
In the opened Command Prompt Window type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. (E.g. if you wish to create the undeletable folder in D drive, type "D:" without the quotes). Note that the folder cannot be created in the root of C: drive (if C: is your system drive).
Step 4:
For creating the file type this command- "md con\" or "md lpt1\" without the quotes and then press Enter. You can choose any of the keywords given above as the name of your folder.
Now the windows had created the folder as based of your file name of that you are selected.location are also being defined as the location of you are defined.
Steps for Deleting the folder by using the command prompt are being shown below as step by step:-
It is not possible to delete that folder manually but you can delete this folder by another way mentioned as below
Click on Start.
Step 2:
Click on Run or press (windows + r) in that type in "cmd" without quotes.
Step 3:
In the opened Command Prompt Window type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. (E.g. if you wish to create the undeletable folder in D drive, type "D:" without the quotes). Note that the folder cannot be created in the root of C: drive (if C: is your system drive).
Step 4:
For creating the file type this command- "md con\" or "md lpt1\" without the quotes and then press Enter. You can choose any of the keywords given above as the name of your folder.
Now the windows had created the folder as based of your file name of that you are selected.location are also being defined as the location of you are defined.
Steps for Deleting the folder by using the command prompt are being shown below as step by step:-
It is not possible to delete that folder manually but you can delete this folder by another way mentioned as below
Step 1:
Open Command Prompt by the above method of step 1.
Step 2:
In the opened window of command prompt type D: (if u created this type of folder in D: drive) & hit enter
Step 3:
Type rd con\ (rd - remove directory) this command is to delete the folder of you have created.
Step 4:
After completing the step 3 you just open that directory and the folder will not appear because it is removed
Folder of this type are created and deleted by only through the command format only, ordinary files accesses of rename and some of the specific operations are not being applicable in this file of created