Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
🛠️
Practical: Pro Commands (Premium)
Advanced practical commands for daily sysadmin tasks (Premium)

Your Task

Create folder a b and navigate from a to b using relative paths

Command Reference
Command
MKDIR & CD
Syntax
mkdir a\b && cd a\b && cd ..
Examples
mkdir a\b && cd a\b
cd .. - Go up one level

🛠️
Practical: Pro Commands (Premium)
Advanced practical commands for daily sysadmin tasks (Premium)

Your Task

Create folder a b and navigate from a to b using relative paths

Command Reference
Command
MKDIR & CD
Syntax
mkdir a\b && cd a\b && cd ..
Examples
mkdir a\b && cd a\b
cd .. - Go up one level