← Exit
Create nested folders and navigate through them
Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
📂
Directory Management
Learn to organize and navigate folders
DEL - Delete Files
RD - Remove Directories
Revision Challenge 4
ATTRIB - File Attributes
TREE - Display Directory Structure
Revision Challenge 5
Practical: Directory Operations
0 of 3 steps
33%
Your Task
Create nested folders and navigate through them
Command Reference
Command
CD & MKDIR
Syntax
mkdir project\src\data && cd project\src\data
Examples
mkdir app\ui\components && cd app\ui\components
- Deep nesting
cd .. && cd .. && cd ..
- Go back multiple levels
Need a hint?
Previous
Next
📂
Directory Management
Learn to organize and navigate folders
DEL - Delete Files
RD - Remove Directories
Revision Challenge 4
ATTRIB - File Attributes
TREE - Display Directory Structure
Revision Challenge 5
Practical: Directory Operations
0 of 3 steps
33%
Your Task
Create nested folders and navigate through them
Command Reference
Command
CD & MKDIR
Syntax
mkdir project\src\data && cd project\src\data
Examples
mkdir app\ui\components && cd app\ui\components
- Deep nesting
cd .. && cd .. && cd ..
- Go back multiple levels
Need a hint?
Previous
Next