05/08/2019
For anyone who wants to professionalize cmd (Part 2)*
First .. To run the treadmill:
1. Open the Start menu
2. Choose Run
3. Type "Command" and press Enter
--- Command ---
10 The DEL command
Function: Cancel a file or group of files
Its formula:
C: \> DEL B:
In the previous process, the computer will scan all shared files in the extension
Which is present in Drift B
11 The DELTREE command
Function: Cancel a folder with all its contents .. and make it empty ... or cancel it itself with its contents.
Its formula:
C: \> DELTREE F: \ GAMES
The computer will erase and clear the GAMES BOLD from B
However, if you want to unload the GAMES GAMES from its contents without canceling it itself, the following format is sufficient. \ C: \> DELTREE / y F: \ GAMES
Notes :
* Some use the command DELTREE to get rid of the copy of Windows operating on their devices to avoid fragmentation.
* The difference between the DEL command and the DELTREE command is that the first is used to get rid of files only while the second is used to get rid of files and folders together.
12 The DATE command
Function: Displays the date currently used on the device and the possibility of editing it.
Its formula:
C: \> DATE
13 TIME command
Function: Displays the current time of the device and the possibility of modification.
Its formula:
C: \> TIME
14 CHKDSK command
Function: Displays good information about a specific driver you specify.
Its formula:
: C: \> CHKDSK D
The computer displays information about the driver, such as serial number
Total space and other things.
15 SCANDISK command
Function: It handles the errors that may occur on the files on the diriff and give a final report on it.
Its formula:
: C: \> SCANDISK F
The computer handles the F errors and is given a status report after the SCAN
16 RD command
Function: Cancel
Its formula:
C: \> RD F: \ GAMES
The computer is loading the empty keyboard GAMES .. It is noted in this matter that it should be implemented on empty folders only .. When we say empty, we mean empty of files and folders together.
17 The LABEL command
His job: changing the name of Drive
Its formula:
C: \> LABEL B: KING
The computer will change the name of Drive C from the previous name to the new name.
18 command FDISK
Function: This command resets the hard disk partition
Its formula:
: C: \> FDISK C
This is one of the most dangerous orders as it is a redistribution of hard and is not recommended for use only by specialists.
19 ATTRIB command
Function: Change file properties
Formula: This has several formulas and is as follows:
If you want to make a file writable, give it the r-code. If you want to make it non-writable, give it the r + symbol and the following example explains the command
C: \> ATTRIB + r C: \ TEST.TXT
In the above example, we made the file called READ.TXT read only
There are two other properties, hidden and Archive, and can be changed using the + or -
The hidden property takes h and the Archive property takes the s
The following two examples explain this.
To make the same previous file hidden
C: \> ATTRIB + h C: \ TEST.TXT
To make the same file a previous file system
C: \> ATTRIB + S C: \ TEST.TXT
20 DEFRAG command
Function: Arrange files on the hard drive
Its formula:
: C: \> DEFRAG F
This file-ordering process takes a long time (and depends on the strength of your device)
Note :
This only works with Windows DOS, which you can not run through Startup Disk.
21 command PROMPT
Function: Change the shape of the prod.
Its formula:
C: \> PROMPT MEDO
This helps you if you are a fan of plastic arts and do not like the traditional form of the urge
In the above example, the computer will change the shape of the prompt to become as follows:
MEDO>
22 command MEM
Function: Displays memory information
Its formula:
C: \> MEM
This command displays information about the memory and the part that is currently being used
23 command SYS
Function: Move the system files to a specific drive you choose.
Its formula:
: C: \> SYS B
The computer will transfer the system files to drive B.
Note :
This command can only be used with a system.
//From someone...
//If you have any question contact us...