File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ created: 2022-10-25
42
42
| ` tree ` | Show all system folder in tree manner. |
43
43
| ` type ` | Displays the contents of text files. |
44
44
| ` xcopy ` | The xcopy command can copy one or more files or directory trees from one location to another. |
45
+ | ` ls ` | By using this command showing all the folder's in any directory |
46
+ | ` dir /a ` | This command is help to find all the hidden directories |
47
+ | ` rm ` | - File remove from any directory <br /> - ` rm file-name ` . |
48
+ | ` rmdir /s ` | - Remove all the Subfolder from any Main-Folder <br /> - ` rmdir /s folder-name ` . |
45
49
46
50
** [ 🔼Back to Top] ( #table-of-contents ) **
47
51
@@ -69,6 +73,8 @@ created: 2022-10-25
69
73
| ` Recover ` | Recovers data from a bad or damaged disk. |
70
74
| ` sfc ` | - System file checker, scans all system files and repairs them if required <br /> - ` sfc /scannow ` |
71
75
| ` vol ` | Displays volume label and serial number for the disk. |
76
+ | ` wmic logicaldisk get name ` | Get all the drive name |
77
+ | ` diskmgmt.msc ` | Open disk-management system from command prompt |
72
78
73
79
** [ 🔼Back to Top] ( #table-of-contents ) **
74
80
You can’t perform that action at this time.
0 commit comments