← Back to Dashboard
Platform Guide

🪟 Windows Terminal Instructions

Comprehensive Command Line mastery for Windows users.

🚀 Getting Started

Opening the Terminal

Understanding the Prompt

C:\Users\YourName>

📁 Essential Operations

Goal Command Example
List Filesdirdir /a
Change Dircdcd Documents
Create Dirmkdirmkdir my_project
Create Fileecho. >echo. > notes.txt
Copycopycopy file.txt backup\
Move/Renamemovemove old.txt new.txt
Deletedeldel temp.txt
Pro Tip: Use the Tab key for auto-completion of file and folder names!

📄 Viewing & Editing


🔍 Troubleshooting